From: Bruce Momjian Date: Sat, 27 Aug 2005 14:13:31 +0000 (+0000) Subject: Fix typo: X-Git-Tag: REL8_0_4~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a6f3630cf5ab4221beb574bf222da669f5afa6a;p=thirdparty%2Fpostgresql.git Fix typo: sql_information_info -> sql_implementation_info Robert Treat --- 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 @@ - + The Information Schema @@ -3163,7 +3163,7 @@ ORDER BY c.ordinal_position; <literal>sql_implementation_info</literal> - The table sql_information_info contains + The table sql_implementation_info 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;