diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-07-01 23:57:45 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-07-01 23:57:45 +0000 |
commit | 5e3f9c8fce10d707eedbdf7fda8e2d67c746ab96 (patch) | |
tree | 8f1815da2063d298a1e395ae0e58c385c52d6911 | |
parent | 50d44f1a9b215cf344e78d4433b3d88237c906dc (diff) | |
download | postgresql-5e3f9c8fce10d707eedbdf7fda8e2d67c746ab96.tar.gz postgresql-5e3f9c8fce10d707eedbdf7fda8e2d67c746ab96.zip |
Remove useless References column for pg_listener catalog description. Per Shigehiro Honda.
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index eb17a0b71c4..5300271f9c5 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.200 2009/03/31 17:59:55 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.200.2.1 2009/07/01 23:57:45 tgl Exp $ --> <!-- Documentation of the system catalogs, directed toward PostgreSQL developers --> @@ -3030,12 +3030,11 @@ <table> <title><structname>pg_listener</> Columns</title> - <tgroup cols="4"> + <tgroup cols="3"> <thead> <row> <entry>Name</entry> <entry>Type</entry> - <entry>References</entry> <entry>Description</entry> </row> </thead> |