ฉันกำลังทำตามคำแนะนำเหล่านี้แต่ฉันไปถึงขั้นตอนที่ 17.2 เท่านั้น
แม้จะติดตั้ง postgresql สำเร็จผ่านทาง
sudo apt-get install postgresql
คำสั่งเมื่อทำงาน
initdb -D /usr/local/pgsql/data
Ubuntu บอกฉันว่ายังไม่ได้ติดตั้ง 'initdb' คำแนะนำบอกฉันว่าคำสั่งนี้ติดตั้งโดย
sudo apt-get install postgresql
แล้วเกิดอะไรขึ้น ฉันสามารถทำให้ initdb พร้อมใช้งานได้โดยติดตั้ง postgres-xc แต่ฉันคิดว่า postgres-xc เป็นเพียงขยะบุคคลที่สามแปลก ๆ และไม่มีรายละเอียดในคำแนะนำ ความคิดใด ๆ
Please note that you can of course also use the upstream tools for creating clusters, such as initdb(1). However, please note that in this case you cannot expect *any* of above pg_* tools to work, since they use different configuration settings and file locations. If in doubt, then do *not* use initdb, but only pg_createcluster. Since merely installing postgresql-X.Y will already set up a default cluster which is ready to work, most people do not need to bother about initdb or pg_createcluster at all.