Hi all,
I just found "PL" is explained as "Programming Languages"
in the Acronyms section.
http://www.postgresql.org/docs/current/static/acronyms.html
I think this should be "Procedural Languages" because
"Procedural" is used in the Server Programming section.
http://www.postgresql.org/docs/current/static/server-programming.html
I've created a patch, but which should we use?
Regards,
--
NAGAYASU Satoshi <[email protected]>
diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml
index 5dad0db..d1ef489 100644
--- a/doc/src/sgml/acronyms.sgml
+++ b/doc/src/sgml/acronyms.sgml
@@ -513,7 +513,7 @@
<term><acronym>PL</acronym></term>
<listitem>
<para>
- <link linkend="server-programming">Programming Languages
(server-side)</link>
+ <link linkend="server-programming">Procedural Languages
(server-side)</link>
</para>
</listitem>
</varlistentry>
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs