Re: missing schema_name

2021-03-10 Thread Bruce Momjian
on comment has been logged on the website: > > Page: https://www.postgresql.org/docs/13/sql-createschema.html > Description: > > The second and forth syntax for CREATE SCHEMA is missing schema_name. > > > Right. It looks like the 2nd and 4th lines

Re: missing schema_name

2021-03-01 Thread Pantelis Theodosiou
resql.org/docs/13/sql-createschema.html >> Description: >> >> The second and forth syntax for CREATE SCHEMA is missing schema_name. >> > > Right. It looks like the 2nd and 4th lines should be removed. The 1st and > 3rd cover the syntax cases, don't they? >

Re: missing schema_name

2021-03-01 Thread Pantelis Theodosiou
On Mon, Mar 1, 2021 at 1:42 PM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/13/sql-createschema.html > Description: > > The second and forth syntax for CREATE SCHEMA is missing sch

missing schema_name

2021-03-01 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/sql-createschema.html Description: The second and forth syntax for CREATE SCHEMA is missing schema_name.