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-0003wV-Lk@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a6dacf6bbb45bbb73a0729022daa47197312c321

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: Fix thinko in description of table_name parameter
Next
From: Alvaro Herrera
Date:
Subject: pgsql: nls-global.mk: search build dir for source files, too