diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-12-29 20:44:03 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-12-29 20:44:03 -0500 |
commit | f20dc2c8dd50a5c738d535205d5d44bff82d3f75 (patch) | |
tree | 38e99ebd67b9c8600d45608a559d64f160d35418 /doc/src | |
parent | 1f9158ba48122fa232db955a2ee324eec1848ba9 (diff) | |
download | postgresql-f20dc2c8dd50a5c738d535205d5d44bff82d3f75.tar.gz postgresql-f20dc2c8dd50a5c738d535205d5d44bff82d3f75.zip |
Doc: fix up PDF build warnings from over-width table columns.
Addition of multirange info to tables 8.27 and 65.1 made them start
throwing "exceed the available area" warnings in PDF docs builds.
For 8.27, twiddling the existing column width hints was enough to
fix this. For 65.1, I twiddled the widths a little, but to really
fix it I had to insert a space after each comma in the table, to
allow a line break to occur there. (This seemed easier to read
and maintain than the alternative of inserting &zwsp; entities.)
Per buildfarm.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/datatype.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/gist.sgml | 211 |
2 files changed, 109 insertions, 106 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 58d168c763e..7c341c8e3fa 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -4995,8 +4995,8 @@ SELECT * FROM pg_attribute <table id="datatype-pseudotypes-table"> <title>Pseudo-Types</title> <tgroup cols="2"> - <colspec colname="col1" colwidth="1*"/> - <colspec colname="col2" colwidth="2*"/> + <colspec colname="col1" colwidth="2*"/> + <colspec colname="col2" colwidth="3*"/> <thead> <row> <entry>Name</entry> diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml index dc1f192bddf..f22efd1f6e8 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -54,6 +54,9 @@ <table id="gist-builtin-opclasses-table"> <title>Built-in <acronym>GiST</acronym> Operator Classes</title> <tgroup cols="3"> + <colspec colname="col1" colwidth="2*"/> + <colspec colname="col2" colwidth="3*"/> + <colspec colname="col3" colwidth="2*"/> <thead> <row> <entry>Name</entry> @@ -64,145 +67,145 @@ <tbody> <row> <entry valign="middle" morerows="13"><literal>box_ops</literal></entry> - <entry><literal><< (box,box)</literal></entry> - <entry valign="middle" morerows="13"><literal><-> (box,point)</literal></entry> + <entry><literal><< (box, box)</literal></entry> + <entry valign="middle" morerows="13"><literal><-> (box, point)</literal></entry> </row> - <row><entry><literal>&< (box,box)</literal></entry></row> - <row><entry><literal>&& (box,box)</literal></entry></row> - <row><entry><literal>&> (box,box)</literal></entry></row> - <row><entry><literal>>> (box,box)</literal></entry></row> - <row><entry><literal>~= (box,box)</literal></entry></row> - <row><entry><literal>@> (box,box)</literal></entry></row> - <row><entry><literal><@ (box,box)</literal></entry></row> - <row><entry><literal>&<| (box,box)</literal></entry></row> - <row><entry><literal><<| (box,box)</literal></entry></row> - <row><entry><literal>|>> (box,box)</literal></entry></row> - <row><entry><literal>|&> (box,box)</literal></entry></row> - <row><entry><literal>~ (box,box)</literal></entry></row> - <row><entry><literal>@ (box,box)</literal></entry></row> + <row><entry><literal>&< (box, box)</literal></entry></row> + <row><entry><literal>&& (box, box)</literal></entry></row> + <row><entry><literal>&> (box, box)</literal></entry></row> + <row><entry><literal>>> (box, box)</literal></entry></row> + <row><entry><literal>~= (box, box)</literal></entry></row> + <row><entry><literal>@> (box, box)</literal></entry></row> + <row><entry><literal><@ (box, box)</literal></entry></row> + <row><entry><literal>&<| (box, box)</literal></entry></row> + <row><entry><literal><<| (box, box)</literal></entry></row> + <row><entry><literal>|>> (box, box)</literal></entry></row> + <row><entry><literal>|&> (box, box)</literal></entry></row> + <row><entry><literal>~ (box, box)</literal></entry></row> + <row><entry><literal>@ (box, box)</literal></entry></row> <row> <entry valign="middle" morerows="13"><literal>circle_ops</literal></entry> - <entry><literal><< (circle,circle)</literal></entry> - <entry valign="middle" morerows="13"><literal><-> (circle,point)</literal></entry> + <entry><literal><< (circle, circle)</literal></entry> + <entry valign="middle" morerows="13"><literal><-> (circle, point)</literal></entry> </row> - <row><entry><literal>&< (circle,circle)</literal></entry></row> - <row><entry><literal>&> (circle,circle)</literal></entry></row> - <row><entry><literal>>> (circle,circle)</literal></entry></row> - <row><entry><literal><@ (circle,circle)</literal></entry></row> - <row><entry><literal>@> (circle,circle)</literal></entry></row> - <row><entry><literal>~= (circle,circle)</literal></entry></row> - <row><entry><literal>&& (circle,circle)</literal></entry></row> - <row><entry><literal>|>> (circle,circle)</literal></entry></row> - <row><entry><literal><<| (circle,circle)</literal></entry></row> - <row><entry><literal>&<| (circle,circle)</literal></entry></row> - <row><entry><literal>|&> (circle,circle)</literal></entry></row> - <row><entry><literal>@ (circle,circle)</literal></entry></row> - <row><entry><literal>~ (circle,circle)</literal></entry></row> + <row><entry><literal>&< (circle, circle)</literal></entry></row> + <row><entry><literal>&> (circle, circle)</literal></entry></row> + <row><entry><literal>>> (circle, circle)</literal></entry></row> + <row><entry><literal><@ (circle, circle)</literal></entry></row> + <row><entry><literal>@> (circle, circle)</literal></entry></row> + <row><entry><literal>~= (circle, circle)</literal></entry></row> + <row><entry><literal>&& (circle, circle)</literal></entry></row> + <row><entry><literal>|>> (circle, circle)</literal></entry></row> + <row><entry><literal><<| (circle, circle)</literal></entry></row> + <row><entry><literal>&<| (circle, circle)</literal></entry></row> + <row><entry><literal>|&> (circle, circle)</literal></entry></row> + <row><entry><literal>@ (circle, circle)</literal></entry></row> + <row><entry><literal>~ (circle, circle)</literal></entry></row> <row> <entry valign="middle" morerows="10"><literal>inet_ops</literal></entry> - <entry><literal><< (inet,inet)</literal></entry> + <entry><literal><< (inet, inet)</literal></entry> <entry valign="middle" morerows="10"></entry> </row> - <row><entry><literal><<= (inet,inet)</literal></entry></row> - <row><entry><literal>>> (inet,inet)</literal></entry></row> - <row><entry><literal>>>= (inet,inet)</literal></entry></row> - <row><entry><literal>= (inet,inet)</literal></entry></row> - <row><entry><literal><> (inet,inet)</literal></entry></row> - <row><entry><literal>< (inet,inet)</literal></entry></row> - <row><entry><literal><= (inet,inet)</literal></entry></row> - <row><entry><literal>> (inet,inet)</literal></entry></row> - <row><entry><literal>>= (inet,inet)</literal></entry></row> - <row><entry><literal>&& (inet,inet)</literal></entry></row> + <row><entry><literal><<= (inet, inet)</literal></entry></row> + <row><entry><literal>>> (inet, inet)</literal></entry></row> + <row><entry><literal>>>= (inet, inet)</literal></entry></row> + <row><entry><literal>= (inet, inet)</literal></entry></row> + <row><entry><literal><> (inet, inet)</literal></entry></row> + <row><entry><literal>< (inet, inet)</literal></entry></row> + <row><entry><literal><= (inet, inet)</literal></entry></row> + <row><entry><literal>> (inet, inet)</literal></entry></row> + <row><entry><literal>>= (inet, inet)</literal></entry></row> + <row><entry><literal>&& (inet, inet)</literal></entry></row> <row> <entry valign="middle" morerows="17"><literal>multirange_ops</literal></entry> - <entry><literal>= (anymultirange,anymultirange)</literal></entry> + <entry><literal>= (anymultirange, anymultirange)</literal></entry> <entry valign="middle" morerows="17"></entry> </row> - <row><entry><literal>&& (anymultirange,anymultirange)</literal></entry></row> - <row><entry><literal>&& (anymultirange,anyrange)</literal></entry></row> - <row><entry><literal>@> (anymultirange,anyelement)</literal></entry></row> - <row><entry><literal>@> (anymultirange,anymultirange)</literal></entry></row> - <row><entry><literal>@> (anymultirange,anyrange)</literal></entry></row> - <row><entry><literal><@ (anymultirange,anymultirange)</literal></entry></row> - <row><entry><literal><@ (anymultirange,anyrange)</literal></entry></row> - <row><entry><literal><< (anymultirange,anymultirange)</literal></entry></row> - <row><entry><literal><< (anymultirange,anyrange)</literal></entry></row> - <row><entry><literal>>> (anymultirange,anymultirange)</literal></entry></row> - <row><entry><literal>>> (anymultirange,anyrange)</literal></entry></row> - <row><entry><literal>&< (anymultirange,anymultirange)</literal></entry></row> - <row><entry><literal>&< (anymultirange,anyrange)</literal></entry></row> - <row><entry><literal>&> (anymultirange,anymultirange)</literal></entry></row> - <row><entry><literal>&> (anymultirange,anyrange)</literal></entry></row> - <row><entry><literal>-|- (anymultirange,anymultirange)</literal></entry></row> - <row><entry><literal>-|- (anymultirange,anyrange)</literal></entry></row> + <row><entry><literal>&& (anymultirange, anymultirange)</literal></entry></row> + <row><entry><literal>&& (anymultirange, anyrange)</literal></entry></row> + <row><entry><literal>@> (anymultirange, anyelement)</literal></entry></row> + <row><entry><literal>@> (anymultirange, anymultirange)</literal></entry></row> + <row><entry><literal>@> (anymultirange, anyrange)</literal></entry></row> + <row><entry><literal><@ (anymultirange, anymultirange)</literal></entry></row> + <row><entry><literal><@ (anymultirange, anyrange)</literal></entry></row> + <row><entry><literal><< (anymultirange, anymultirange)</literal></entry></row> + <row><entry><literal><< (anymultirange, anyrange)</literal></entry></row> + <row><entry><literal>>> (anymultirange, anymultirange)</literal></entry></row> + <row><entry><literal>>> (anymultirange, anyrange)</literal></entry></row> + <row><entry><literal>&< (anymultirange, anymultirange)</literal></entry></row> + <row><entry><literal>&< (anymultirange, anyrange)</literal></entry></row> + <row><entry><literal>&> (anymultirange, anymultirange)</literal></entry></row> + <row><entry><literal>&> (anymultirange, anyrange)</literal></entry></row> + <row><entry><literal>-|- (anymultirange, anymultirange)</literal></entry></row> + <row><entry><literal>-|- (anymultirange, anyrange)</literal></entry></row> <row> <entry valign="middle" morerows="7"><literal>point_ops</literal></entry> - <entry><literal>|>> (point,point)</literal></entry> - <entry valign="middle" morerows="7"><literal><-> (point,point)</literal></entry> + <entry><literal>|>> (point, point)</literal></entry> + <entry valign="middle" morerows="7"><literal><-> (point, point)</literal></entry> </row> - <row><entry><literal><< (point,point)</literal></entry></row> - <row><entry><literal>>> (point,point)</literal></entry></row> - <row><entry><literal><<| (point,point)</literal></entry></row> - <row><entry><literal>~= (point,point)</literal></entry></row> - <row><entry><literal><@ (point,box)</literal></entry></row> - <row><entry><literal><@ (point,polygon)</literal></entry></row> - <row><entry><literal><@ (point,circle)</literal></entry></row> + <row><entry><literal><< (point, point)</literal></entry></row> + <row><entry><literal>>> (point, point)</literal></entry></row> + <row><entry><literal><<| (point, point)</literal></entry></row> + <row><entry><literal>~= (point, point)</literal></entry></row> + <row><entry><literal><@ (point, box)</literal></entry></row> + <row><entry><literal><@ (point, polygon)</literal></entry></row> + <row><entry><literal><@ (point, circle)</literal></entry></row> <row> <entry valign="middle" morerows="13"><literal>poly_ops</literal></entry> - <entry><literal><< (polygon,polygon)</literal></entry> - <entry valign="middle" morerows="13"><literal><-> (polygon,point)</literal></entry> + <entry><literal><< (polygon, polygon)</literal></entry> + <entry valign="middle" morerows="13"><literal><-> (polygon, point)</literal></entry> </row> - <row><entry><literal>&< (polygon,polygon)</literal></entry></row> - <row><entry><literal>&> (polygon,polygon)</literal></entry></row> - <row><entry><literal>>> (polygon,polygon)</literal></entry></row> - <row><entry><literal><@ (polygon,polygon)</literal></entry></row> - <row><entry><literal>@> (polygon,polygon)</literal></entry></row> - <row><entry><literal>~= (polygon,polygon)</literal></entry></row> - <row><entry><literal>&& (polygon,polygon)</literal></entry></row> - <row><entry><literal><<| (polygon,polygon)</literal></entry></row> - <row><entry><literal>&<| (polygon,polygon)</literal></entry></row> - <row><entry><literal>|&> (polygon,polygon)</literal></entry></row> - <row><entry><literal>|>> (polygon,polygon)</literal></entry></row> - <row><entry><literal>@ (polygon,polygon)</literal></entry></row> - <row><entry><literal>~ (polygon,polygon)</literal></entry></row> + <row><entry><literal>&< (polygon, polygon)</literal></entry></row> + <row><entry><literal>&> (polygon, polygon)</literal></entry></row> + <row><entry><literal>>> (polygon, polygon)</literal></entry></row> + <row><entry><literal><@ (polygon, polygon)</literal></entry></row> + <row><entry><literal>@> (polygon, polygon)</literal></entry></row> + <row><entry><literal>~= (polygon, polygon)</literal></entry></row> + <row><entry><literal>&& (polygon, polygon)</literal></entry></row> + <row><entry><literal><<| (polygon, polygon)</literal></entry></row> + <row><entry><literal>&<| (polygon, polygon)</literal></entry></row> + <row><entry><literal>|&> (polygon, polygon)</literal></entry></row> + <row><entry><literal>|>> (polygon, polygon)</literal></entry></row> + <row><entry><literal>@ (polygon, polygon)</literal></entry></row> + <row><entry><literal>~ (polygon, polygon)</literal></entry></row> <row> <entry valign="middle" morerows="17"><literal>range_ops</literal></entry> - <entry><literal>= (anyrange,anyrange)</literal></entry> + <entry><literal>= (anyrange, anyrange)</literal></entry> <entry valign="middle" morerows="17"></entry> </row> - <row><entry><literal>&& (anyrange,anyrange)</literal></entry></row> - <row><entry><literal>&& (anyrange,anymultirange)</literal></entry></row> - <row><entry><literal>@> (anyrange,anyelement)</literal></entry></row> - <row><entry><literal>@> (anyrange,anyrange)</literal></entry></row> - <row><entry><literal>@> (anyrange,anymultirange)</literal></entry></row> - <row><entry><literal><@ (anyrange,anyrange)</literal></entry></row> - <row><entry><literal><@ (anyrange,anymultirange)</literal></entry></row> - <row><entry><literal><< (anyrange,anyrange)</literal></entry></row> - <row><entry><literal><< (anyrange,anymultirange)</literal></entry></row> - <row><entry><literal>>> (anyrange,anyrange)</literal></entry></row> - <row><entry><literal>>> (anyrange,anymultirange)</literal></entry></row> - <row><entry><literal>&< (anyrange,anyrange)</literal></entry></row> - <row><entry><literal>&< (anyrange,anymultirange)</literal></entry></row> - <row><entry><literal>&> (anyrange,anyrange)</literal></entry></row> - <row><entry><literal>&> (anyrange,anymultirange)</literal></entry></row> - <row><entry><literal>-|- (anyrange,anyrange)</literal></entry></row> - <row><entry><literal>-|- (anyrange,anymultirange)</literal></entry></row> + <row><entry><literal>&& (anyrange, anyrange)</literal></entry></row> + <row><entry><literal>&& (anyrange, anymultirange)</literal></entry></row> + <row><entry><literal>@> (anyrange, anyelement)</literal></entry></row> + <row><entry><literal>@> (anyrange, anyrange)</literal></entry></row> + <row><entry><literal>@> (anyrange, anymultirange)</literal></entry></row> + <row><entry><literal><@ (anyrange, anyrange)</literal></entry></row> + <row><entry><literal><@ (anyrange, anymultirange)</literal></entry></row> + <row><entry><literal><< (anyrange, anyrange)</literal></entry></row> + <row><entry><literal><< (anyrange, anymultirange)</literal></entry></row> + <row><entry><literal>>> (anyrange, anyrange)</literal></entry></row> + <row><entry><literal>>> (anyrange, anymultirange)</literal></entry></row> + <row><entry><literal>&< (anyrange, anyrange)</literal></entry></row> + <row><entry><literal>&< (anyrange, anymultirange)</literal></entry></row> + <row><entry><literal>&> (anyrange, anyrange)</literal></entry></row> + <row><entry><literal>&> (anyrange, anymultirange)</literal></entry></row> + <row><entry><literal>-|- (anyrange, anyrange)</literal></entry></row> + <row><entry><literal>-|- (anyrange, anymultirange)</literal></entry></row> <row> <entry valign="middle" morerows="1"><literal>tsquery_ops</literal></entry> - <entry><literal><@ (tsquery,tsquery)</literal></entry> + <entry><literal><@ (tsquery, tsquery)</literal></entry> <entry valign="middle" morerows="1"></entry> </row> - <row><entry><literal>@> (tsquery,tsquery)</literal></entry></row> + <row><entry><literal>@> (tsquery, tsquery)</literal></entry></row> <row> <entry valign="middle"><literal>tsvector_ops</literal></entry> - <entry><literal>@@ (tsvector,tsquery)</literal></entry> + <entry><literal>@@ (tsvector, tsquery)</literal></entry> <entry></entry> </row> </tbody> |