Re: tables (and other objects) are automatically put into a schema named "public"

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: gary(dot)aviv(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: tables (and other objects) are automatically put into a schema named "public"
Date: 2018-11-12 22:06:32
Message-ID: 21321a12-33f5-ef93-1438-d786b8d58b6b@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On 08/11/2018 21:32, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.6/ddl-schemas.html
> Description:
>
> This statement is not true and is contradicted in
> https://www.postgresql.org/docs/9.6/sql-createtable.html which states
> correctly that:
> If a schema name is given (for example, CREATE TABLE myschema.mytable ...)
> then the table is created in the specified schema. Otherwise it is created
> in the current schema.

The statement refers to the previous examples and says "by default". I
don't think the statement is incorrect or inappropriate.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Anthony E. Greene 2018-11-14 04:55:56
Previous Message Michael Paquier 2018-11-12 14:06:02 Re: A typo in release notes