Re: Connect to specific cluster on command line - Mailing list pgsql-general

From Tom Lane
Subject Re: Connect to specific cluster on command line
Date
Msg-id 1923713.1653489317@sss.pgh.pa.us
Whole thread Raw
In response to Connect to specific cluster on command line  (Carsten Klein <c.klein@datagis.com>)
Responses Re: Connect to specific cluster on command line
List pgsql-general
Carsten Klein <c.klein@datagis.com> writes:
> how can I connect to a specific cluster on the command line, e. g. with 
> psql, pg_dump or pg_dumpall?

> pg_lsclusters returns a list of all clusters available:

pg_lsclusters is not part of core Postgres, and neither is this
--cluster option you mention.  I'm vaguely aware that some packager
(Debian I think) has added an overlay of that sort; but you'd need
to consult the package-level documentation not the community docs
in order to find out more.

            regards, tom lane



pgsql-general by date:

Previous
From: Ravi Krishna
Date:
Subject: Re: existing row not found by SELECT ... WHERE CTID = ?
Next
From: Tom Lane
Date:
Subject: Re: existing row not found by SELECT ... WHERE CTID = ?