From e97b8f2da9ee93f3f957bf5bc92b07f5d9e1e1dd Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Sun, 11 Jan 2004 04:58:17 +0000 Subject: Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list of expressions supported by CREATE SCHEMA. Also added the beginning of some regression tests for CREATE SCHEMA; plenty more work is needed here. --- doc/src/sgml/ref/create_schema.sgml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/create_schema.sgml b/doc/src/sgml/ref/create_schema.sgml index e348ff58797..4c0f61ad95a 100644 --- a/doc/src/sgml/ref/create_schema.sgml +++ b/doc/src/sgml/ref/create_schema.sgml @@ -1,5 +1,5 @@ @@ -84,11 +84,13 @@ CREATE SCHEMA AUTHORIZATION usernameschema_element - An SQL statement defining an object to be created within the schema. - Currently, only CREATE TABLE, CREATE VIEW, - and GRANT are accepted as clauses within - CREATE SCHEMA. Other kinds of objects may be created - in separate commands after the schema is created. + An SQL statement defining an object to be created within the + schema. Currently, only CREATE + TABLE, CREATE VIEW, CREATE + INDEX, CREATE SEQUENCE, CREATE + TRIGGER and GRANT are accepted as clauses + within CREATE SCHEMA. Other kinds of objects may + be created in separate commands after the schema is created. -- cgit v1.2.3