[highgo@sourcedb ~]$ postmaster --》前台启动
日志: 日志输出重定向到日志收集进程
提示: 后续的日志输出将出现在目录 "hgdb_log"中.
^C[highgo@sourcedb ~]$ postgres --》前台启动
日志: 日志输出重定向到日志收集进程
提示: 后续的日志输出将出现在目录 "hgdb_log"中.
^C[highgo@sourcedb ~]$ pg_ctl start --》后台启动
server starting
[highgo@sourcedb ~]$ 日志: 日志输出重定向到日志收集进程
提示: 后续的日志输出将出现在目录 "hgdb_log"中.
[highgo@sourcedb ~]$ ps -ef |grep postgres
highgo 2305 1 0 10:16 pts/0 00:00:00 /hgdb/3.1.4/bin/postgres
highgo 2306 2305 0 10:16 ? 00:00:00 postgres: logger process
highgo 2308 2305 0 10:16 ? 00:00:00 postgres: checkpointer process
highgo 2309 2305 0 10:16 ? 00:00:00 postgres: writer process
highgo 2310 2305 0 10:16 ? 00:00:00 postgres: wal writer process
highgo 2311 2305 0 10:16 ? 00:00:00 postgres: autovacuum launcher process
highgo 2312 2305 0 10:16 ? 00:00:00 postgres: archiver process
highgo 2313 2305 0 10:16 ? 00:00:00 postgres: stats collector process
highgo 2315 1921 0 10:16 pts/0 00:00:00 grep postgres
日志: 日志输出重定向到日志收集进程
提示: 后续的日志输出将出现在目录 "hgdb_log"中.
^C[highgo@sourcedb ~]$ postgres --》前台启动
日志: 日志输出重定向到日志收集进程
提示: 后续的日志输出将出现在目录 "hgdb_log"中.
^C[highgo@sourcedb ~]$ pg_ctl start --》后台启动
server starting
[highgo@sourcedb ~]$ 日志: 日志输出重定向到日志收集进程
提示: 后续的日志输出将出现在目录 "hgdb_log"中.
[highgo@sourcedb ~]$ ps -ef |grep postgres
highgo 2305 1 0 10:16 pts/0 00:00:00 /hgdb/3.1.4/bin/postgres
highgo 2306 2305 0 10:16 ? 00:00:00 postgres: logger process
highgo 2308 2305 0 10:16 ? 00:00:00 postgres: checkpointer process
highgo 2309 2305 0 10:16 ? 00:00:00 postgres: writer process
highgo 2310 2305 0 10:16 ? 00:00:00 postgres: wal writer process
highgo 2311 2305 0 10:16 ? 00:00:00 postgres: autovacuum launcher process
highgo 2312 2305 0 10:16 ? 00:00:00 postgres: archiver process
highgo 2313 2305 0 10:16 ? 00:00:00 postgres: stats collector process
highgo 2315 1921 0 10:16 pts/0 00:00:00 grep postgres