How compare current_setting(..) ?

Поиск
Список
Период
Сортировка
От Sabin Coanda
Тема How compare current_setting(..) ?
Дата
Msg-id erjr2t$sdn$1@news.hub.org
обсуждение исходный текст
Ответы Re: How compare current_setting(..) ?  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-sql
Hi there,

I'd like to check that my log_line_prefix is set to '%t'.
I suppose I can check it with the following statement:   SELECT current_setting( 'log_line_prefix' )   WHERE
current_setting('log_line_prefix' ) != '%t'
 

But it returns every time a row, with '%t', even when log_line_prefix is set 
to '%t'.
What's wrong ?

TIA,
Sabin 




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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Problems with temp table and PL
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: How compare current_setting(..) ?