Tôi đang làm theo các hướng dẫn này , tuy nhiên tôi chỉ có thể đến bước 17.2.
Mặc dù đã cài đặt postgresql thành công thông qua
sudo apt-get install postgresql
lệnh, khi chạy
initdb -D /usr/local/pgsql/data
Ubuntu nói với tôi rằng nó 'initdb' chưa được cài đặt. Các hướng dẫn cho tôi biết lệnh này được cài đặt bởi
sudo apt-get install postgresql
vì vậy những gì đang xảy ra? Tôi có thể cung cấp initdb bằng cách cài đặt postgres-xc, nhưng tôi nghĩ postgres-xc chỉ là thứ rác rưởi của bên thứ ba kỳ lạ và nó không được nêu chi tiết trong hướng dẫn. Có ý kiến gì không?
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.