add more exprs to CREATE SCHEMA - Mailing list pgsql-patches

From Neil Conway
Subject add more exprs to CREATE SCHEMA
Date
Msg-id 87y8smnl60.fsf@mailbox.samurai.com
Whole thread Raw
List pgsql-patches
This patch adds a few additional commands to the list of expressions
accepted by CREATE SCHEMA: CREATE INDEX, CREATE SEQUENCE, and CREATE
TRIGGER are now supported. The latter two are required by SQL 200x,
while the first is merely useful.

Unless anyone objects, I intend to apply this patch by the end of the
week (I might add a few more commands to the set of allowed
expressions first).

-Neil

Attachment

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: make "wal_debug" GUC var a boolean
Next
From: Neil Conway
Date:
Subject: remove obsolete NULL casts