Thread: pg_listener table in catalogs.sgml

pg_listener table in catalogs.sgml

From
Honda Shigehiro
Date:
Hello,

I noticed that there is column number mismatch in document of system
catalogs, pg_listener(catalogs.sgml, http://www.postgresql.org/docs/8.4/static/catalog-pg-listener.html).

I think it shuld be:
$ diff catalogs.sgml catalogs.sgml-honda
3033c3033
<    <tgroup cols="4">
---
>    <tgroup cols="3">
3038d3037
<       <entry>References</entry>

regards,
--
  Shigehiro Honda

Re: pg_listener table in catalogs.sgml

From
Tom Lane
Date:
Honda Shigehiro <fwif0083@mb.infoweb.ne.jp> writes:
> I noticed that there is column number mismatch in document of system
> catalogs, pg_listener(catalogs.sgml, http://www.postgresql.org/docs/8.4/static/catalog-pg-listener.html).

Yeah, the <row>s don't have the right number of <entry> fields.
I agree with your solution that removing the References column
is the best fix.  Committed to HEAD and 8.4.

            regards, tom lane