From 338e28e234affd6eca90c6e38e9d7236ba5cb3b9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 27 Aug 2005 14:13:21 +0000 Subject: [PATCH] Fix typo: sql_information_info -> sql_implementation_info Robert Treat --- doc/src/sgml/information_schema.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 18cae62998..9f0f08dacb 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;