Re: db cluster location

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: db cluster location
Date: 2010-01-21 18:50:31
Message-ID: hja7lj$c4v$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Scott Frankel wrote on 21.01.2010 18:34:
>
> Hi all,
>
> Is there a query I can use to find the location of a db cluster?

SELECT name,
setting
FROM pg_settings
WHERE category = 'File Locations';

You need to be connected as the superuser (usually postgres)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2010-01-21 19:02:23 Re: PgSQL problem: How to split strings into rows
Previous Message Kynn Jones 2010-01-21 18:49:45 PgSQL problem: How to split strings into rows