Re: pgsql: Various documentation improvements.

Lists: pgsql-committers
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
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)


From: Neil Conway <neilc(at)samurai(dot)com>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Various documentation improvements.
Date: 2005-09-14 21:33:12
Message-ID: 43289718.3010608@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Neil Conway wrote:
> Consistently use "int" and "bigint", rather than a mix of "int",
> "integer", "int4", "bigint", and "int8".

I should clarify that I just fixed up type names used in the "Functions
and Operators" chapter (e.g. in the tables containing function
descriptions), not in the rest of the documentation.

-Neil