diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-08-27 14:13:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-08-27 14:13:21 +0000 |
commit | 338e28e234affd6eca90c6e38e9d7236ba5cb3b9 (patch) | |
tree | b988231e14ec0557a2e84b33450b5f3ea61e08c1 | |
parent | a1a19bb8fbe2f284e344a3b4c4f01a09065c6408 (diff) | |
download | postgresql-338e28e234affd6eca90c6e38e9d7236ba5cb3b9.tar.gz postgresql-338e28e234affd6eca90c6e38e9d7236ba5cb3b9.zip |
Fix typo:
sql_information_info -> sql_implementation_info
Robert Treat
-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..9f0f08dacba 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.21 2005/08/27 14:13:21 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; |