pgsql: Various documentation improvements.

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Various documentation improvements.
Date: 2005-09-14 21:14:27
Message-ID: 20050914211427.86FB7D8EFF@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Various documentation improvements. Add a lot of index entries for
the builtin functions (although some more entries are still needed),
and remove the duplicate index entries that have been causing
collateindex.pl warnings. Consistently use "int" and "bigint", rather
than a mix of "int", "integer", "int4", "bigint", and "int8". Make
parenthesis style in syntax examples more consistent. Various
copy-editing for newly-added documentation and SGML markup fixes.

Modified Files:
--------------
pgsql/doc/src/sgml:
dfunc.sgml (r1.31 -> r1.32)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/dfunc.sgml.diff?r1=1.31&r2=1.32)
func.sgml (r1.284 -> r1.285)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.284&r2=1.285)
plpgsql.sgml (r1.75 -> r1.76)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml.diff?r1=1.75&r2=1.76)
xfunc.sgml (r1.103 -> r1.104)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xfunc.sgml.diff?r1=1.103&r2=1.104)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-09-14 21:33:12 Re: pgsql: Various documentation improvements.
Previous Message Neil Conway 2005-09-14 18:35:39 pgsql: Tweak the PL/PgSQL regression tests to catch the recently