Re: accessing postgres conf from stored procedure

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: accessing postgres conf from stored procedure
Дата
Msg-id 587D176F-F87C-4345-B00E-6B20ED8A06B6@fastcrypt.com
обсуждение исходный текст
Ответ на accessing postgres conf from stored procedure  (strk <strk@keybit.net>)
Ответы Re: accessing postgres conf from stored procedure  (strk <strk@keybit.net>)
Список pgsql-hackers
you can use show xxx to show configuration values

http://www.postgresql.org/docs/7.4/interactive/sql-show.html

Dave
On 27-Jun-05, at 6:56 AM, strk wrote:

> Is it possible to access postgres configuration from
> a C stored procedure ?
>
> I need to leverage memory usage and I'd use postgres configuration
> rather then a compile-time define.
>
> Is there such a configuration, if access is possible ?
>
> --strk;
>
> ---------------------------(end of  
> broadcast)---------------------------
> TIP 8: explain analyze is your friend
>
>



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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: GiST concurrency commited
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: tsearch2 vs core?