Re: About SET SEARCH_PATH

Поиск
Список
Период
Сортировка
От Harry Broomhall
Тема Re: About SET SEARCH_PATH
Дата
Msg-id cl3mmvki148sqb7uka06o9smk0a8sb3enc@4ax.com
обсуждение исходный текст
Ответ на About SET SEARCH_PATH  (Christoph Haller <ch@rodos.fzk.de>)
Ответы Re: About SET SEARCH_PATH  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
On Wed, 17 Sep 2003 16:40:32 -0400, tgl@sss.pgh.pa.us (Tom Lane)
wrote:

>Christoph Haller <ch@rodos.fzk.de> writes:
>>> The search path may be altered by a run-time setting.
>>> The command to use is SET SEARCH_PATH 'schema'[,'schema']...
>
>> It should be
>> SET SEARCH_PATH TO schema[,schema]...
>
>Actually, you can do it either way:
>
>regression=# set search_path TO a,b,c;
>regression=# set search_path TO 'a','b','c';
>
>although not
>
>regression=# set search_path TO 'a,b,c';
>ERROR:  schema "a,b,c" does not exist
>

   But surely not without the 'TO' word, which is how it appears in
6.13 of the User's Guide?

   Regards,
          Harry.


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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: buffring in pgsql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: About SET SEARCH_PATH