Estou seguindo estas instruções , no entanto, só consigo chegar à etapa 17.2.
Apesar de instalar o postgresql com sucesso através do
sudo apt-get install postgresql
comando, ao executar
initdb -D /usr/local/pgsql/data
O Ubuntu me diz que o 'initdb' não está instalado. As instruções informam que este comando é instalado pelo
sudo apt-get install postgresql
então o que está acontecendo? Posso disponibilizar o initdb instalando o postgres-xc, mas acho que o postgres-xc é apenas um lixo estranho de terceiros, e não é detalhado nas instruções. Alguma ideia?
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.