pg_listener table in catalogs.sgml

View: New views
2 Messages — Rating Filter:   Alert me  

pg_listener table in catalogs.sgml

by Honda Shigehiro :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

--
Sent via pgsql-docs mailing list (pgsql-docs@...)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Re: pg_listener table in catalogs.sgml

by Tom Lane-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Honda Shigehiro <fwif0083@...> 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

--
Sent via pgsql-docs mailing list (pgsql-docs@...)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs