On Mon, Mar 1, 2021 at 2:43 PM Pantelis Theodosiou <yperc...@gmail.com>
wrote:

>
>
> On Mon, Mar 1, 2021 at 1:42 PM PG Doc comments form <
> nore...@postgresql.org> 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 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?
>

Oh, how silly of me. The command
CREATE SCHEMA AUTHORIZATION *role_specification*
creates a schema with same name as role_specification.

It is explained a few lines later:

*schema_name*

The name of a schema to be created. If this is omitted, the *user_name* is
used as the schema name.

Reply via email to