mirror of
https://github.com/postgres/postgres.git
synced 2026-04-09 11:06:21 -04:00
Remove useless References column for pg_listener catalog description. Per Shigehiro Honda.
This commit is contained in:
parent
50d44f1a9b
commit
5e3f9c8fce
1 changed files with 2 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue