From 1b42ad7e59e03dbacf880b72cfae4c16e6d3be49 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 14 Dec 2002 00:24:35 +0000 Subject: Initial version of the SQL information schema --- doc/src/sgml/features.sgml | 146 ++++++++++++++++++++++----------------------- doc/src/sgml/release.sgml | 3 +- 2 files changed, 75 insertions(+), 74 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/features.sgml b/doc/src/sgml/features.sgml index 437d43c27ea..30f20bf51e4 100644 --- a/doc/src/sgml/features.sgml +++ b/doc/src/sgml/features.sgml @@ -1,5 +1,5 @@ @@ -655,6 +655,48 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.11 2002/12/06 05:07:12 mo SQL comments using leading double minus + + F021 + Core + Basic information schema + + + + F021-01 + Core + COLUMNS view + + + + F021-02 + Core + TABLES view + + + + F021-03 + Core + VIEWS view + + + + F021-04 + Core + TABLE_CONSTRAINTS view + + + + F021-05 + Core + REFERENTIAL_CONSTRAINTS view + + + + F021-06 + Core + CHECK_CONSTRAINTS view + + F031 Core @@ -905,6 +947,30 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.11 2002/12/06 05:07:12 mo INSERT statement: DEFAULT VALUES clause + + F231 + + Privilege Tables + + + + F231-01 + + TABLE_PRIVILEGES view + + + + F231-02 + + COLUMN_PRIVILEGES view + + + + F231-03 + + USAGE_PRIVILEGES view + + F251 @@ -1133,6 +1199,12 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.11 2002/12/06 05:07:12 mo Constraint management + + F501-03 + Core + SQL_LANGUAGES view + + F511 @@ -1557,48 +1629,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.11 2002/12/06 05:07:12 mo Module language - - F021 - Core - Basic information schema - - - - F021-01 - Core - COLUMNS view - - - - F021-02 - Core - TABLES view - - - - F021-03 - Core - VIEWS view - - - - F021-04 - Core - TABLE_CONSTRAINTS view - - - - F021-05 - Core - REFERENTIAL_CONSTRAINTS view - - - - F021-06 - Core - CHECK_CONSTRAINTS view - - F031-19 Core @@ -1667,30 +1697,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.11 2002/12/06 05:07:12 mo SET TRANSACTION statement: DIAGNOSTICS SIZE clause - - F231 - - Privilege Tables - - - - F231-01 - - TABLE_PRIVILEGES view - - - - F231-02 - - COLUMN_PRIVILEGES view - - - - F231-03 - - USAGE_PRIVILEGES view - - F291 @@ -1769,12 +1775,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.11 2002/12/06 05:07:12 mo SQL_SIZING view - - F501-03 - Core - SQL_LANGUAGES view - - F502 diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index ce54952e02a..50e157654a0 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -24,6 +24,7 @@ CDATA means the content is "SGML-free", so you can write without worries about funny characters. --> -- cgit v1.2.3