Re: Seems to be impossible to set a NULL search_path
От
Adrian Klaver
Тема
Re: Seems to be impossible to set a NULL search_path
Дата
Msg-id
eded5913-b6dc-9957-c4b1-a3009a03f953@aklaver.com
Ответ на
Re: Seems to be impossible to set a NULL search_path (Bryn Llewellyn)
Список
Дерево обсуждения
Seems to be impossible to set a NULL search_path Bryn Llewellyn <bryn@yugabyte.com>
Re: Seems to be impossible to set a NULL search_path Adrian Klaver <adrian.klaver@aklaver.com>
Re: Seems to be impossible to set a NULL search_path Pavel Stehule <pavel.stehule@gmail.com>
Re: Seems to be impossible to set a NULL search_path Adrian Klaver <adrian.klaver@aklaver.com>
Re: Seems to be impossible to set a NULL search_path Bryn Llewellyn <bryn@yugabyte.com>
Re: Seems to be impossible to set a NULL search_path Tom Lane <tgl@sss.pgh.pa.us>
Re: Seems to be impossible to set a NULL search_path Bryn Llewellyn <bryn@yugabyte.com>
Re: Seems to be impossible to set a NULL search_path Adrian Klaver <adrian.klaver@aklaver.com>
Re: Seems to be impossible to set a NULL search_path "David G. Johnston" <david.g.johnston@gmail.com>
Re: Seems to be impossible to set a NULL search_path Bryn Llewellyn <bryn@yugabyte.com>
Re: Seems to be impossible to set a NULL search_path Adrian Klaver <adrian.klaver@aklaver.com>
Re: Seems to be impossible to set a NULL search_path Bryn Llewellyn <bryn@yugabyte.com>
Re: Seems to be impossible to set a NULL search_path "David G. Johnston" <david.g.johnston@gmail.com>
Re: Seems to be impossible to set a NULL search_path Bryn Llewellyn <bryn@yugabyte.com>
Re: Seems to be impossible to set a NULL search_path "David G. Johnston" <david.g.johnston@gmail.com>
Re: Seems to be impossible to set a NULL search_path Bryn Llewellyn <bryn@yugabyte.com>
Re: Seems to be impossible to set a NULL search_path Christophe Pettus <xof@thebuild.com>
Re: Seems to be impossible to set a NULL search_path "David G. Johnston" <david.g.johnston@gmail.com>
Re: Seems to be impossible to set a NULL search_path Christophe Pettus <xof@thebuild.com>
Re: Seems to be impossible to set a NULL search_path "David G. Johnston" <david.g.johnston@gmail.com>
Re: Seems to be impossible to set a NULL search_path Bryn Llewellyn <bryn@yugabyte.com>
Re: Seems to be impossible to set a NULL search_path "David G. Johnston" <david.g.johnston@gmail.com>
Re: Seems to be impossible to set a NULL search_path Bryn Llewellyn <bryn@yugabyte.com>
Re: Seems to be impossible to set a NULL search_path Rob Sargent <robjsargent@gmail.com>
Re: Seems to be impossible to set a NULL search_path "David G. Johnston" <david.g.johnston@gmail.com>
Re: Seems to be impossible to set a NULL search_path Bryn Llewellyn <bryn@yugabyte.com>
Re: Seems to be impossible to set a NULL search_path Bryn Llewellyn <bryn@yugabyte.com>
Re: Seems to be impossible to set a NULL search_path "David G. Johnston" <david.g.johnston@gmail.com>
Re: Seems to be impossible to set a NULL search_path Bryn Llewellyn <bryn@yugabyte.com>
Re: Seems to be impossible to set a NULL search_path "David G. Johnston" <david.g.johnston@gmail.com>
Re: Seems to be impossible to set a NULL search_path "Peter J. Holzer" <hjp-pgsql@hjp.at>
On 7/5/22 15:08, Bryn Llewellyn wrote:
> I was informed by this precedent:
>
> *truncate table u1.t1, t2;
> *
> It uses a comma-separated list of optionally qualified SQL names.
>
> And this:
>
> «
> *CREATE SCHEMA schema_name ...
> *»
Those are creating objects. Set search_path is setting a configuration
value.
> And then this:
>
> «
> *SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value |
> 'value' | DEFAULT }*
>
> value — New value of parameter. Values can be specified as...
> identifiers... or comma-separated lists of these, as appropriate for the
> particular parameter...
> »
>
> Notice that the token « value » in the syntax is not in quotes. I took
Pretty sure it is:
{ TO | = } { value | 'value' | DEFAULT }
--
Adrian Klaver
adrian.klaver@aklaver.com
В списке pgsql-general по дате отправления