On Mon, Feb 2, 2015 at 2:52 PM, Zoltan Szecsei <zoltans@xxxxxxxxxxxxxx> wrote:
neither:
postgres@gs01:/etc$ pg_dropcluster –-stop 9.4 gisdatanor
Usage: /usr/bin/pg_dropcluster [--stop] <version> <cluster>
postgres@gs01:/etc$ pg_dropcluster –-stop 9.4 postgresworks.
Usage: /usr/bin/pg_dropcluster [--stop] <version> <cluster>
I've done no createdb commands, so dopdb shouldn't be what I want for this cleanup (I'd think).
If you copied+pasted the exact command you run, then no wonder it is wrong. If you look closer you are not calling "--stop", the first dash is another character (not minus/hyphen character). One is "EN DASH" with code 0xe28093 [1], while the correct one is "HYPHEN-MINUS" with code 0x2d [2].
Also, execute pg_lsclusters to see what clusters you actually have on this instance, then you can use the version and cluster name provided there to call pg_dropcluster.
[1] http://www.decodeunicode.org/en/u+2013/properties
[2] http://www.decodeunicode.org/en/u+002D/properties
Best regards,
--
Matheus de Oliveira
Analista de Banco de Dados
Dextra Sistemas - MPS.Br nível F!
www.dextra.com.br/postgres
Analista de Banco de Dados
Dextra Sistemas - MPS.Br nível F!
www.dextra.com.br/postgres