pg_listener table in catalogs.sgml

Started by Honda Shigehiroalmost 17 years ago2 messagesdocs
Jump to latest
#1Honda Shigehiro
fwif0083@mb.infoweb.ne.jp

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Honda Shigehiro (#1)
Re: pg_listener table in catalogs.sgml

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