Я следую этим инструкциям , однако могу перейти только к шагу 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.