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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
