Re: set search_path failure

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: set search_path failure
Дата
Msg-id 20020819.155121.115904319.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: set search_path failure  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: set search_path failure
Список pgsql-hackers
> Try 'public','s1' perhaps...

Wao, this is confusing:-)

The man page says:
      SET variable { TO | = } { value | 'value' | DEFAULT }

And:

test=# show search_path;search_path 
-------------public, s1
(1 row)

So user naturally thinks

set search_path to 'public,s1';

is a correct syntax, no?
--
Tatsuo Ishii


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: set search_path failure
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: Function result cacheing - any comments?