add more exprs to CREATE SCHEMA

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: add more exprs to CREATE SCHEMA
Date: 2004-01-05 21:24:39
Message-ID: 87y8smnl60.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
create-schema-more-exprs-5.patch text/x-patch 8.5 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2004-01-05 21:31:40 remove obsolete NULL casts
Previous Message Neil Conway 2004-01-05 21:11:03 Re: make "wal_debug" GUC var a boolean