pgsql: Correct the documentation of pg_rewrite.ev_attr.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct the documentation of pg_rewrite.ev_attr.
Date: 2013-06-07 14:27:17
Message-ID: E1UkxdN-0002oE-05@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct the documentation of pg_rewrite.ev_attr.

It claimed the value was always zero; it is really always -1.

Per report from Hari Babu

backpatch 734fbbd1d2d1babfbd195414e2445024ad549ae3 to 8.4

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/54f68364e4992c6335fbca1fb83c1be8947c3c31

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-06-08 02:04:17 pgsql: doc: Fix <synopsis> in <term> markup
Previous Message Kevin Grittner 2013-06-07 14:27:16 pgsql: Correct the documentation of pg_rewrite.ev_attr.