psql 存档2019-10-11read the source issue2019.10.11 创建用户 postgres=# CREATE USER dbuser WITH PASSWORD '*****' 创建database could not flush dirty data: Function not implemented yihong06182019-10-12pg_dump -h 10.48.69.108 -U matrix_bgp etis_db --data-only > /var/lib/postgresql/data/tmp/sql.sql
yihong06182019-10-12pg_dump -h 10.48.69.108 -U matrix_bgp etis_db --data-only > /var/lib/postgresql/data/tmp/sql.sql
pg_dump -h 10.48.69.108 -U matrix_bgp etis_db --data-only > /var/lib/postgresql/data/tmp/sql.sql