pgsql: Fix thinko in description of table_name parameter

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in description of table_name parameter
Date: 2016-06-07 22:19:02
Message-ID: E1bAPKw-0003wW-Ln@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinko in description of table_name parameter

Commit 6820094d1 mixed up types of parent object (table) with type of
sub-object being commented on. Noticed while fixing docs for
COMMENT ON ACCESS METHOD.

Backpatch to 9.5, like that commit.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/00e67c3c6d0ab372d82a21642f8361763b434601

Modified Files
--------------
doc/src/sgml/ref/comment.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-06-07 22:56:12 pgsql: nls-global.mk: search build dir for source files, too
Previous Message Alvaro Herrera 2016-06-07 22:04:50 pgsql: Add missing translate_columns array entry