摘要:
参考了别人的部分,添加了自己在实践中的内容,仅做记录。 1.同步流复制中 主机操作 1.1postgresql.conf #[postgre@pg-2 postgresql-9.4.4]$ psql postgres #psql: FATAL: the database system is star 阅读全文
摘要:
平时用的比较多的SQL语句,有时候会忘掉一点点,在这里记录一下: 1.创建表的同时,插入数据: create table test as select generate_series(1, 1000000) as id, cast(random() as text) as info , now() 阅读全文
摘要:
ubuntu 常见错误--Could not get lock /var/lib/dpkg/lock 通过终端安装程序sudo apt-get install xxx时出错:E: Could not get lock /var/lib/dpkg/lock - open (11: Resource t 阅读全文