Make an editorial pass over the newly SGML-ified contrib documentation.

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

Commit: 53e99f57fcfef00cb1a09126d82919b9b1e15af6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-12-06T04:12:10Z
Releases: 8.3.0
Make an editorial pass over the newly SGML-ified contrib documentation.
Fix lots of bad markup, bad English, bad explanations.

This commit covers only about half the contrib modules, but I grow weary...

Files

PathChange+/−
doc/src/sgml/adminpack.sgml modified +24 −20
doc/src/sgml/btree-gist.sgml modified +37 −18
doc/src/sgml/chkpass.sgml modified +34 −23
doc/src/sgml/contrib.sgml modified +3 −2
doc/src/sgml/contrib-spi.sgml modified +58 −50
doc/src/sgml/cube.sgml modified +212 −345
doc/src/sgml/dblink.sgml modified +1450 −960
doc/src/sgml/dict-int.sgml modified +19 −12
doc/src/sgml/dict-xsyn.sgml modified +56 −26
doc/src/sgml/earthdistance.sgml modified +179 −121
doc/src/sgml/fuzzystrmatch.sgml modified +102 −56
doc/src/sgml/hstore.sgml modified +240 −218
doc/src/sgml/lo.sgml modified +61 −53
doc/src/sgml/seg.sgml modified +157 −221
doc/src/sgml/sslinfo.sgml modified +107 −84
doc/src/sgml/tablefunc.sgml modified +485 −436
doc/src/sgml/test-parser.sgml modified +14 −11
doc/src/sgml/tsearch2.sgml modified +3 −1
doc/src/sgml/uuid-ossp.sgml modified +37 −27
doc/src/sgml/vacuumlo.sgml modified +71 −35
doc/src/sgml/xml2.sgml modified +189 −199