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 commitf21599311
, we don't need to set table columns' align specs retail. Undo a few such settings I'd added in commit5545b69ae
. (The column width adjustments stay, though.)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user