X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 169F05371F for ; Mon, 9 May 2005 12:22:17 -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 36076-03 for ; Mon, 9 May 2005 15:22:08 +0000 (GMT) Received: from smtp2.rz.uni-karlsruhe.de (smtp2.rz.uni-karlsruhe.de [129.13.185.218]) by svr1.postgresql.org (Postfix) with ESMTP id 184A8534BD for ; Mon, 9 May 2005 12:22:04 -0300 (ADT) Received: from rzstud3.stud.uni-karlsruhe.de (exim@rzstud3.stud.uni-karlsruhe.de [193.196.41.39]) by smtp2.rz.uni-karlsruhe.de with esmtp (Exim 4.43 #1) id 1DVA54-0003DO-DR; Mon, 09 May 2005 17:22:02 +0200 Received: from uwi7 by rzstud3.stud.uni-karlsruhe.de with local (Exim 3.36 #1) id 1DVA54-0004JZ-00 for pgsql-docs@postgresql.org; Mon, 09 May 2005 17:22:02 +0200 To: pgsql-docs@postgresql.org Subject: [patch] Typo in ECPG Docs From: Andreas Seltenreich X-Now-Playing: Opeth / Damnation X-Face: $:F<87a[gD1?#R6S3j21cr1&C&7bd63GHC.tSdskUb}hhwG(ci*=D5kJ<_N+p9q(7-, PnG. Et.Yh MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.009 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200505/14 X-Sequence-Number: 2979 Hi, I just stumbled across a spurious indefinite article in the ECPG docs. See the attached patch. Speaking of indefinite articles, there seems to be some inconsistency in using "a SQL ..." and "an SQL ..." throughout the docs. This could probably be easily fixed using a script, but I'm not sure if I'm missing some grammatical details here, since English isn't my native language. regards, Andreas Index: ecpg.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v retrieving revision 1.63 diff -u -r1.63 ecpg.sgml --- ecpg.sgml 22 Jan 2005 22:56:35 -0000 1.63 +++ ecpg.sgml 9 May 2005 03:44:13 -0000 @@ -446,7 +446,7 @@ - The declarations are also echoed to the output file as a normal C + The declarations are also echoed to the output file as normal C variables, so there's no need to declare them again. Variables that are not intended to be used in SQL commands can be declared normally outside these special sections.