Ensure that all <sect1> and <refentry> tags have IDs. This is needed

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3b3251cb95001be2f911e16280fd99e7dd559620
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-12-02T22:33:20Z
Releases: 8.3.0
Ensure that all <sect1> and <refentry> tags have IDs.  This is needed
to ensure that the resulting webpages have predictable URLs, instead of
ever-changing numeric IDs.  The new contrib docs were the biggest
offender, but some old stuff had the problem too.  Also, rename a couple
of new contrib sgml files for consistency's sake.

Files

PathChange+/−
doc/src/sgml/adminpack.sgml modified +6 −2
doc/src/sgml/btree-gist.sgml modified +5 −8
doc/src/sgml/contrib.sgml modified +5 −5
doc/src/sgml/datetime.sgml modified +2 −2
doc/src/sgml/dblink.sgml modified +27 −42
doc/src/sgml/filelist.sgml modified +5 −5
doc/src/sgml/install-win32.sgml modified +3 −3
doc/src/sgml/pgbuffercache.sgml (from doc/src/sgml/buffercache.sgml) renamed +3 −4
doc/src/sgml/pgfreespacemap.sgml (from doc/src/sgml/freespacemap.sgml) renamed +3 −4
doc/src/sgml/pgstandby.sgml (from doc/src/sgml/standby.sgml) renamed +1 −3
doc/src/sgml/pgtrgm.sgml (from doc/src/sgml/trgm.sgml) renamed +1 −2