Add xreflabels to /contrib manuals so links appear correct. Also update

README.links to explain xref properly.
pull/1/head
Bruce Momjian 15 years ago
parent 5293de5807
commit e567c9ff34
  1. 10
      doc/src/sgml/README.links
  2. 2
      doc/src/sgml/adminpack.sgml
  3. 2
      doc/src/sgml/auth-delay.sgml
  4. 2
      doc/src/sgml/auto-explain.sgml
  5. 2
      doc/src/sgml/btree-gin.sgml
  6. 2
      doc/src/sgml/btree-gist.sgml
  7. 2
      doc/src/sgml/chkpass.sgml
  8. 2
      doc/src/sgml/citext.sgml
  9. 2
      doc/src/sgml/contrib-spi.sgml
  10. 2
      doc/src/sgml/cube.sgml
  11. 2
      doc/src/sgml/dblink.sgml
  12. 2
      doc/src/sgml/dict-int.sgml
  13. 2
      doc/src/sgml/dict-xsyn.sgml
  14. 2
      doc/src/sgml/dummy-seclabel.sgml
  15. 2
      doc/src/sgml/earthdistance.sgml
  16. 2
      doc/src/sgml/file-fdw.sgml
  17. 2
      doc/src/sgml/fuzzystrmatch.sgml
  18. 2
      doc/src/sgml/hstore.sgml
  19. 2
      doc/src/sgml/intagg.sgml
  20. 2
      doc/src/sgml/intarray.sgml
  21. 2
      doc/src/sgml/isn.sgml
  22. 2
      doc/src/sgml/lo.sgml
  23. 2
      doc/src/sgml/ltree.sgml
  24. 2
      doc/src/sgml/oid2name.sgml
  25. 2
      doc/src/sgml/pageinspect.sgml
  26. 2
      doc/src/sgml/passwordcheck.sgml
  27. 2
      doc/src/sgml/pgarchivecleanup.sgml
  28. 2
      doc/src/sgml/pgbench.sgml
  29. 2
      doc/src/sgml/pgbuffercache.sgml
  30. 2
      doc/src/sgml/pgcrypto.sgml
  31. 2
      doc/src/sgml/pgfreespacemap.sgml
  32. 2
      doc/src/sgml/pgrowlocks.sgml
  33. 2
      doc/src/sgml/pgstandby.sgml
  34. 2
      doc/src/sgml/pgstatstatements.sgml
  35. 2
      doc/src/sgml/pgstattuple.sgml
  36. 2
      doc/src/sgml/pgtestfsync.sgml
  37. 2
      doc/src/sgml/pgtrgm.sgml
  38. 2
      doc/src/sgml/pgupgrade.sgml
  39. 2
      doc/src/sgml/seg.sgml
  40. 2
      doc/src/sgml/sepgsql.sgml
  41. 2
      doc/src/sgml/sslinfo.sgml
  42. 2
      doc/src/sgml/tablefunc.sgml
  43. 2
      doc/src/sgml/test-parser.sgml
  44. 2
      doc/src/sgml/tsearch2.sgml
  45. 2
      doc/src/sgml/unaccent.sgml
  46. 2
      doc/src/sgml/uuid-ossp.sgml
  47. 2
      doc/src/sgml/vacuumlo.sgml
  48. 2
      doc/src/sgml/xml2.sgml

@ -7,8 +7,8 @@ Intra-document Linking
----------------------
<xref>
use to get link text from the title of the target link; has no
close tag
use to get chapter/section # from the title of the target
link, or xreflabel if defined at the target; has no close tag
http://www.oasis-open.org/docbook/documentation/reference/html/xref.html
<link>
@ -28,7 +28,8 @@ External Linking
<ulink>
like <link>, but uses a URL (not a document target); requires
</ulink>; if no text is specified, the URL appears as the link text
</ulink>; if no text is specified, the URL appears as the link
text
http://www.oasis-open.org/docbook/documentation/reference/html/ulink.html
url=
@ -40,4 +41,5 @@ Guidelines
o If you want to supply text, use <link>, else <xref>
o Do not use text with <ulink> so the URL appears in printed output
o You can supply text at the target location with 'xreflabel'
o Specific nouns like GUC variables, SQL commands, and contrib modules
usually have xreflabels

@ -1,6 +1,6 @@
<!-- doc/src/sgml/adminpack.sgml -->
<sect1 id="adminpack">
<sect1 id="adminpack" xreflabel="adminpack">
<title>adminpack</title>
<indexterm zone="adminpack">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/auth-delay.sgml -->
<sect1 id="auth-delay">
<sect1 id="auth-delay" xreflabel="auth_delay">
<title>auth_delay</title>
<indexterm zone="auth-delay">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/auto-explain.sgml -->
<sect1 id="auto-explain">
<sect1 id="auto-explain" xreflabel="auto_explain">
<title>auto_explain</title>
<indexterm zone="auto-explain">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/btree-gin.sgml -->
<sect1 id="btree-gin">
<sect1 id="btree-gin" xreflabel="btree_gin">
<title>btree_gin</title>
<indexterm zone="btree-gin">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/btree-gist.sgml -->
<sect1 id="btree-gist">
<sect1 id="btree-gist" xreflabel="btree_gist">
<title>btree_gist</title>
<indexterm zone="btree-gist">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/chkpass.sgml -->
<sect1 id="chkpass">
<sect1 id="chkpass" xreflabel="chkpass">
<title>chkpass</title>
<indexterm zone="chkpass">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/citext.sgml -->
<sect1 id="citext">
<sect1 id="citext" xreflabel="citext">
<title>citext</title>
<indexterm zone="citext">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/contrib-spi.sgml -->
<sect1 id="contrib-spi">
<sect1 id="contrib-spi" xreflabel="spi">
<title>spi</title>
<indexterm zone="contrib-spi">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/cube.sgml -->
<sect1 id="cube">
<sect1 id="cube" xreflabel="cube">
<title>cube</title>
<indexterm zone="cube">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/dblink.sgml -->
<sect1 id="dblink">
<sect1 id="dblink" xreflabel="dblink">
<title>dblink</title>
<indexterm zone="dblink">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/dict-int.sgml -->
<sect1 id="dict-int">
<sect1 id="dict-int" xreflabel="dict_int">
<title>dict_int</title>
<indexterm zone="dict-int">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/dict-xsyn.sgml -->
<sect1 id="dict-xsyn">
<sect1 id="dict-xsyn" xreflabel="dict_xsyn">
<title>dict_xsyn</title>
<indexterm zone="dict-xsyn">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/dummy_seclabel.sgml -->
<sect1 id="dummy-seclabel">
<sect1 id="dummy-seclabel" xreflabel="dummy_seclabel">
<title>dummy_seclabel</title>
<indexterm zone="dummy-seclabel">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/earthdistance.sgml -->
<sect1 id="earthdistance">
<sect1 id="earthdistance" xreflabel="earthdistance">
<title>earthdistance</title>
<indexterm zone="earthdistance">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/file-fdw.sgml -->
<sect1 id="file-fdw">
<sect1 id="file-fdw" xreflabel="file_fdw">
<title>file_fdw</title>
<indexterm zone="file-fdw">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/fuzzystrmatch.sgml -->
<sect1 id="fuzzystrmatch">
<sect1 id="fuzzystrmatch" xreflabel="fuzzystrmatch">
<title>fuzzystrmatch</title>
<indexterm zone="fuzzystrmatch">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/hstore.sgml -->
<sect1 id="hstore">
<sect1 id="hstore" xreflabel="hstore">
<title>hstore</title>
<indexterm zone="hstore">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/intagg.sgml -->
<sect1 id="intagg">
<sect1 id="intagg" xreflabel="intagg">
<title>intagg</title>
<indexterm zone="intagg">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/intarray.sgml -->
<sect1 id="intarray">
<sect1 id="intarray" xreflabel="intarray">
<title>intarray</title>
<indexterm zone="intarray">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/isn.sgml -->
<sect1 id="isn">
<sect1 id="isn" xreflabel="isn">
<title>isn</title>
<indexterm zone="isn">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/lo.sgml -->
<sect1 id="lo">
<sect1 id="lo" xreflabel="lo">
<title>lo</title>
<indexterm zone="lo">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/ltree.sgml -->
<sect1 id="ltree">
<sect1 id="ltree" xreflabel="ltree">
<title>ltree</title>
<indexterm zone="ltree">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/oid2name.sgml -->
<sect1 id="oid2name">
<sect1 id="oid2name" xreflabel="oid2name">
<title>oid2name</title>
<indexterm zone="oid2name">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/pageinspect.sgml -->
<sect1 id="pageinspect">
<sect1 id="pageinspect" xreflabel="pageinspect">
<title>pageinspect</title>
<indexterm zone="pageinspect">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/passwordcheck.sgml -->
<sect1 id="passwordcheck">
<sect1 id="passwordcheck" xreflabel="passwordcheck">
<title>passwordcheck</title>
<indexterm zone="passwordcheck">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/pgarchivecleanup.sgml -->
<sect1 id="pgarchivecleanup">
<sect1 id="pgarchivecleanup" xreflabel="pg_archivecleanup">
<title>pg_archivecleanup</title>
<indexterm zone="pgarchivecleanup">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/pgbench.sgml -->
<sect1 id="pgbench">
<sect1 id="pgbench" xreflabel="pgbench">
<title>pgbench</title>
<indexterm zone="pgbench">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/pgbuffercache.sgml -->
<sect1 id="pgbuffercache">
<sect1 id="pgbuffercache" xreflabel="pg_buffercache">
<title>pg_buffercache</title>
<indexterm zone="pgbuffercache">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/pgcrypto.sgml -->
<sect1 id="pgcrypto">
<sect1 id="pgcrypto" xreflabel="pgcrypto">
<title>pgcrypto</title>
<indexterm zone="pgcrypto">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/pgfreespacemap.sgml -->
<sect1 id="pgfreespacemap">
<sect1 id="pgfreespacemap" xreflabel="pg_freespacemap">
<title>pg_freespacemap</title>
<indexterm zone="pgfreespacemap">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/pgrowlocks.sgml -->
<sect1 id="pgrowlocks">
<sect1 id="pgrowlocks" xreflabel="pgrowlocks">
<title>pgrowlocks</title>
<indexterm zone="pgrowlocks">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/pgstandby.sgml -->
<sect1 id="pgstandby">
<sect1 id="pgstandby" xreflabel="pg_standby">
<title>pg_standby</title>
<indexterm zone="pgstandby">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/pgstatstatements.sgml -->
<sect1 id="pgstatstatements">
<sect1 id="pgstatstatements" xreflabel="pg_stat_statements">
<title>pg_stat_statements</title>
<indexterm zone="pgstatstatements">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/pgstattuple.sgml -->
<sect1 id="pgstattuple">
<sect1 id="pgstattuple" xreflabel="pgstattuple">
<title>pgstattuple</title>
<indexterm zone="pgstattuple">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/pgtestfsync.sgml -->
<sect1 id="pgtestfsync">
<sect1 id="pgtestfsync" xreflabel="pg_test_fsync">
<title>pg_test_fsync</title>
<indexterm zone="pgtestfsync">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/pgtrgm.sgml -->
<sect1 id="pgtrgm">
<sect1 id="pgtrgm" xreflabel="pg_trgm">
<title>pg_trgm</title>
<indexterm zone="pgtrgm">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/pgupgrade.sgml -->
<sect1 id="pgupgrade">
<sect1 id="pgupgrade" xreflabel="pg_upgrade">
<title>pg_upgrade</title>
<indexterm zone="pgupgrade">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/seg.sgml -->
<sect1 id="seg">
<sect1 id="seg" xreflabel="seg">
<title>seg</title>
<indexterm zone="seg">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/sepgsql.sgml -->
<sect1 id="sepgsql">
<sect1 id="sepgsql" xreflabel="sepgsql">
<title>sepgsql</title>
<indexterm zone="sepgsql">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/sslinfo.sgml -->
<sect1 id="sslinfo">
<sect1 id="sslinfo" xreflabel="sslinfo">
<title>sslinfo</title>
<indexterm zone="sslinfo">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/tablefunc.sgml -->
<sect1 id="tablefunc">
<sect1 id="tablefunc" xreflabel="tablefunc">
<title>tablefunc</title>
<indexterm zone="tablefunc">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/test-parser.sgml -->
<sect1 id="test-parser">
<sect1 id="test-parser" xreflabel="test_parser">
<title>test_parser</title>
<indexterm zone="test-parser">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/tsearch2.sgml -->
<sect1 id="tsearch2">
<sect1 id="tsearch2" xreflabel="tsearch2">
<title>tsearch2</title>
<indexterm zone="tsearch2">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/unaccent.sgml -->
<sect1 id="unaccent">
<sect1 id="unaccent" xreflabel="unaccent">
<title>unaccent</title>
<indexterm zone="unaccent">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/uuid-ossp.sgml -->
<sect1 id="uuid-ossp">
<sect1 id="uuid-ossp" xreflabel="uuid-ossp">
<title>uuid-ossp</title>
<indexterm zone="uuid-ossp">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/vacuumlo.sgml -->
<sect1 id="vacuumlo">
<sect1 id="vacuumlo" xreflabel="vacuumlo">
<title>vacuumlo</title>
<indexterm zone="vacuumlo">

@ -1,6 +1,6 @@
<!-- doc/src/sgml/xml2.sgml -->
<sect1 id="xml2">
<sect1 id="xml2" xreflabel="xml2">
<title>xml2</title>
<indexterm zone="xml2">

Loading…
Cancel
Save