Re: Re: Supplements and suggestions and about postgresql sequence setval function in the documents

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: yanliang lei <msdnchina(at)163(dot)com>
Cc: "pgsql-docs(at)lists(dot)postgresql(dot)org" <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Re: Re: Supplements and suggestions and about postgresql sequence setval function in the documents
Date: 2024-08-21 23:57:55
Message-ID: CAKFQuwZ9fx+BSr=CdEBzHUzcVQderRtQAMggm0S9++Aeu+BK3w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Wed, Aug 21, 2024 at 4:41 PM yanliang lei <msdnchina(at)163(dot)com> wrote:

> What I want to express is:
> There is no description in the document that the schema name can be
> included before the sequence name
>
>
>
Correct. It is here:

All of the OID alias types for objects that are grouped by namespace accept
schema-qualified names, and will display schema-qualified names on output
if the object would not be found in the current search path without being
qualified. For example, myschema.mytable is acceptable input for regclass
(if there is such a table). That value might be output as myschema.mytable,
or just mytable, depending on the current search path.

https://www.postgresql.org/docs/current/datatype-oid.html

David J.

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message David Rowley 2024-08-21 23:59:19 Re: Re: Supplements and suggestions and about postgresql sequence setval function in the documents
Previous Message yanliang lei 2024-08-21 23:40:44 Re:Re: Supplements and suggestions and about postgresql sequence setval function in the documents