pgsql: docs: Fix column count attribute in table

Started by Heikki Linnakangasabout 1 year ago2 messagescomitters
Jump to latest
#1Heikki Linnakangas
heikki.linnakangas@enterprisedb.com

docs: Fix column count attribute in table

Nothing seems to actually depend on the attribute, as the docs built
successfully, but let's be tidy.

Reported offlist by Matthias van de Meent

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ea3f9b6da34a1a4dc2c0c118789587c2a85c78d7

Modified Files
--------------
doc/src/sgml/protocol.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Heikki Linnakangas (#1)
Re: pgsql: docs: Fix column count attribute in table

Heikki Linnakangas <heikki.linnakangas@iki.fi> writes:

docs: Fix column count attribute in table
Nothing seems to actually depend on the attribute, as the docs built
successfully, but let's be tidy.

Actually, it broke the PDF docs build, as per crake.

regards, tom lane