summaryrefslogtreecommitdiff
path: root/doc/src/sgml/textsearch.sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-05-06 12:23:43 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2020-05-06 12:23:54 -0400
commitf21599311e50a43c90a3d33ef4f60193a774321a (patch)
tree088f02a41f84436b70930dadf232edd140a298b7 /doc/src/sgml/textsearch.sgml
parentbeb2516e961490723fb1a2f193406afb3d71ea9c (diff)
downloadpostgresql-f21599311e50a43c90a3d33ef4f60193a774321a.tar.gz
Doc: further fooling-about with rendering of tables in PDF output.
I concluded that we really just ought to force all tables in PDF output to default to "left" alignment (instead of "justify"); that is what the HTML toolchain does and that's what most people have been designing the tables to look good with. There are few if any places where "justify" produces better-looking output, and there are many where it looks horrible. So change stylesheet-fo.xsl to make that true. Also tweak column widths in a few more tables to make them look better and avoid "exceed the available area" warnings. This commit fixes basically everything that can be fixed through that approach. The remaining tables that give warnings either are scheduled for redesign as per recent discussions, or need a fundamental rethink because they Just Don't Work in a narrow view.
Diffstat (limited to 'doc/src/sgml/textsearch.sgml')
-rw-r--r--doc/src/sgml/textsearch.sgml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml
index 187ff22f3e..e3b70df6eb 100644
--- a/doc/src/sgml/textsearch.sgml
+++ b/doc/src/sgml/textsearch.sgml
@@ -2074,6 +2074,9 @@ LIMIT 10;
<table id="textsearch-default-parser">
<title>Default Parser's Token Types</title>
<tgroup cols="3">
+ <colspec colname="col1" colwidth="2*"/>
+ <colspec colname="col2" colwidth="2*"/>
+ <colspec colname="col3" colwidth="3*"/>
<thead>
<row>
<entry>Alias</entry>