diff options
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 18cae629983..c4d0d54caff 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.20 2004/12/28 22:47:15 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.20.4.1 2005/08/27 14:13:31 momjian Exp $ --> <chapter id="information-schema"> <title>The Information Schema</title> @@ -3163,7 +3163,7 @@ ORDER BY c.ordinal_position; <title><literal>sql_implementation_info</literal></title> <para> - The table <literal>sql_information_info</literal> contains + The table <literal>sql_implementation_info</literal> contains information about various aspects that are left implementation-defined by the SQL standard. This information is primarily intended for use in the context of the ODBC interface; |