Adds the parsing of a CREATE SCHEMA statement

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Adds the parsing of a CREATE SCHEMA statement
Date: 2002-03-01 14:03:53
Message-ID: 3C7F8A49.CC4EF0BE@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

ChnageLog:

Adds the parsing of a CREATE SCHEMA statement. It is
still just syntactic sugar as we still have a single namespace.
We also now accept qualified names for tables and views (where
the
reference is for tables, not for columns) but we do nothing with
it.

--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9

Attachment Content-Type Size
PARSESCHEMA.PATCH text/plain 20.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-03-01 16:00:30 Re: Allows for commands to be processed iteractively
Previous Message Fernando Nasser 2002-03-01 14:02:27 Allows for commands to be processed iteractively