Re: [HACKERS] Updated TODO item - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] Updated TODO item
Date
Msg-id 13902.1014600289@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Updated TODO item  (Fernando Nasser <fnasser@redhat.com>)
List pgsql-patches
Fernando Nasser <fnasser@redhat.com> writes:
> The syntax of the CREATE SCHEMA SQL standard command is
> CREATE SCHEMA AUTHORIZATION userid
> Shouldn't we be using
> CREATE DATABASE AUTHORIZATION userid
> to be consistent?

Seems like a very weak analogy; there's no other similarities between
the two command syntaxes, so why argue that this should be the same?
Also, the semantics aren't the same --- for example, there's no a-priori
assumption that a database owner owns everything within the database.

            regards, tom lane

pgsql-patches by date:

Previous
From: Fernando Nasser
Date:
Subject: Re: [HACKERS] Updated TODO item
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Updated TODO item