X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id A7BC0D7B83; Sat, 27 Aug 2005 10:39:30 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 33726-09; Sat, 27 Aug 2005 13:39:28 +0000 (GMT) Received: from eastrmmtao02.cox.net (eastrmmtao02.cox.net [68.230.240.37]) by svr1.postgresql.org (Postfix) with ESMTP id D1675D7AED; Sat, 27 Aug 2005 10:39:27 -0300 (ADT) Received: from [192.168.0.17] (really [24.250.197.37]) by eastrmmtao02.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050827133931.JFEC12154.eastrmmtao02.cox.net@[192.168.0.17]>; Sat, 27 Aug 2005 09:39:31 -0400 From: Robert Treat To: pgsql-docs@postgresql.org, pgsql-patches@postgresql.org Subject: Re: PostgreSQL 8.0.3 Documentation - Chapter 30. The Information Schema Date: Sat, 27 Aug 2005 09:39:30 -0400 User-Agent: KMail/1.6.2 Cc: Halley Pacheco de Oliveira References: <20050827123731.48762.qmail@web52710.mail.yahoo.com> In-Reply-To: <20050827123731.48762.qmail@web52710.mail.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Multipart/Mixed; boundary="Boundary-00=_S0GED5JMqxWJP7O" Message-Id: <200508270939.30736.xzilla@users.sourceforge.net> X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.011 required=5 tests=[AWL=0.011] X-Spam-Level: X-Archive-Number: 200508/22 X-Sequence-Number: 3184 --Boundary-00=_S0GED5JMqxWJP7O Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Saturday 27 August 2005 08:37, Halley Pacheco de Oliveira wrote: > In 30.29. sql_implementation_info is written: > > The table sql_information_info ... > > I couldn't find the table "sql_information_info". I think it shoud be > "sql_implementation_info" > good catch. I looked around for any other instances of this and didnt find any... attached is a patch to correct this one. -- Robert Treat Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL --Boundary-00=_S0GED5JMqxWJP7O Content-Type: text/x-diff; charset="iso-8859-1"; name="information_schema.sgml.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="information_schema.sgml.patch" Index: information_schema.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v retrieving revision 1.20 diff -c -r1.20 information_schema.sgml *** information_schema.sgml 28 Dec 2004 22:47:15 -0000 1.20 --- information_schema.sgml 27 Aug 2005 13:20:22 -0000 *************** *** 3163,3169 **** <literal>sql_implementation_info</literal> ! The table sql_information_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; --- 3163,3169 ---- <literal>sql_implementation_info</literal> ! 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; --Boundary-00=_S0GED5JMqxWJP7O--