1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Doc: remove now-redundant align specifications in colspecs.

In the wake of commit f21599311, we don't need to set table columns'
align specs retail.  Undo a few such settings I'd added in commit
5545b69ae.  (The column width adjustments stay, though.)
This commit is contained in:
Tom Lane
2020-05-06 15:58:23 -04:00
parent 5be594caf8
commit 90be091480
4 changed files with 29 additions and 29 deletions

View File

@@ -56,11 +56,11 @@ print <<END;
<title><acronym>SQL</acronym> Key Words</title>
<tgroup cols="5">
<colspec colname="col1" align="left" colwidth="5*"/>
<colspec colname="col2" align="left" colwidth="3*"/>
<colspec colname="col3" align="left" colwidth="2*"/>
<colspec colname="col4" align="left" colwidth="2*"/>
<colspec colname="col5" align="left" colwidth="2*"/>
<colspec colname="col1" colwidth="5*"/>
<colspec colname="col2" colwidth="3*"/>
<colspec colname="col3" colwidth="2*"/>
<colspec colname="col4" colwidth="2*"/>
<colspec colname="col5" colwidth="2*"/>
<thead>
<row>
<entry>Key Word</entry>