Re: db cluster location

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: db cluster location
Дата
Msg-id hja7lj$c4v$1@ger.gmane.org
обсуждение исходный текст
Ответ на db cluster location  (Scott Frankel <frankel@circlesfx.com>)
Ответы Re: db cluster location  (Scott Frankel <frankel@circlesfx.com>)
Список 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)


В списке pgsql-general по дате отправления:

Предыдущее
От: Kynn Jones
Дата:
Сообщение: PgSQL problem: How to split strings into rows
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: PgSQL problem: How to split strings into rows