配置
1 | export PGDATA=/home/postgres/pgdata |
初始化数据目录
1 | initdb -D /home/postgres/pgdata -E UTF8 |
配置
1 | vi pgdata/postgresql.conf |
启动
1 | pg_ctl -D /home/postgres/pgdata -l logfile.log start |
1 | export PGDATA=/home/postgres/pgdata |
1 | initdb -D /home/postgres/pgdata -E UTF8 |
1 | vi pgdata/postgresql.conf |
1 | pg_ctl -D /home/postgres/pgdata -l logfile.log start |