Re: Built in function question

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Built in function question
Дата
Msg-id 4369AAC2.1090204@joeconway.com
обсуждение исходный текст
Ответ на Re: Built in function question  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Список pgsql-general
Tony Caduto wrote:

[question about finding data directory]

> I found it in the pg_settings view, but if there is another way I would
> like to know about it.
>

As Tom aluded, you can also do this:

regression=# select current_setting('data_directory');
       current_setting
---------------------------
  /usr/local/pgsql-8.0/data
(1 row)

Joe

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

Предыдущее
От: "Venki"
Дата:
Сообщение: Re: Disappearing Records
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Problem with array in plpgsql function .. please help :-)