[postgres@cntd1952 ~]$ initdb -D {PGDATA} --no-locale --encoding=UTF8
(中略)
Success. You can now start the database server using:   ← 正常終了を確認

    postmaster -D /var/lib/postgresql/data
or
    pg_ctl -D /var/lib/postgresql/data -l logfile start