|
Home > Archive > PostgreSQL Documentation > May 2005 > [patch] Typo in ECPG Docs
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[patch] Typo in ECPG Docs
|
|
| Andreas Seltenreich 2005-05-09, 11:23 am |
| 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 @@
</para>
<para>
- 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.
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
| |
| Neil Conway 2005-05-20, 9:23 am |
| Andreas Seltenreich wrote:
> I just stumbled across a spurious indefinite article in the ECPG docs.
> See the attached patch.
Patch applied to HEAD and REL8_0_STABLE. Thanks for the 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.
Good point, it would be good to make this consistent. I would guess "an
SQL ..." is the correct variant, but I don't have an authoritative
reference. AFAIK there is no grammatical difference, anyway.
-Neil
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
|
|
|
|
|