diff options
author | Tom Lane | 2020-05-06 19:58:23 +0000 |
---|---|---|
committer | Tom Lane | 2020-05-06 19:58:23 +0000 |
commit | 90be091480d439db6876f6cbebf9ea42ccb79496 (patch) | |
tree | 8a3298e54e28ca4e64094c8a130d96672a1b8300 /doc/src/sgml/errcodes.sgml | |
parent | 5be594caf818e0b5e33f8dec191f2707394a6d95 (diff) |
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.)
Diffstat (limited to 'doc/src/sgml/errcodes.sgml')
-rw-r--r-- | doc/src/sgml/errcodes.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/errcodes.sgml b/doc/src/sgml/errcodes.sgml index f0ef0500339..861fa51f180 100644 --- a/doc/src/sgml/errcodes.sgml +++ b/doc/src/sgml/errcodes.sgml @@ -66,8 +66,8 @@ <title><productname>PostgreSQL</productname> Error Codes</title> <tgroup cols="2"> - <colspec colnum="1" colname="errorcode" align="left" colwidth="1*"/> - <colspec colnum="2" colname="condname" align="left" colwidth="8*"/> + <colspec colnum="1" colname="errorcode" colwidth="1*"/> + <colspec colnum="2" colname="condname" colwidth="8*"/> <spanspec namest="errorcode" nameend="condname" spanname="span12"/> <thead> |