pgsql: Fix thinko in description of table_name parameter - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix thinko in description of table_name parameter
Date
Msg-id E1bAPKw-0003wW-Ln@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Add missing translate_columns array entry
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix thinko in description of table_name parameter