Thread: pgsql: docs: Fix column count attribute in table

pgsql: docs: Fix column count attribute in table

From
Heikki Linnakangas
Date:
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(-)


Re: pgsql: docs: Fix column count attribute in table

From
Tom Lane
Date:
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