COMMENT ON INDEX silently fails - Mailing list pgsql-bugs

From Michael Herold
Subject COMMENT ON INDEX silently fails
Date
Msg-id 1475236787.15450.0@mail.hemio.de
Whole thread Raw
Responses Re: COMMENT ON INDEX silently fails  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The statement

COMMENT ON INDEX object_name IS '...'

does not fail if object_name is a table constraint. However, it does
not seem to have any effect.

I think the statement should either fail or create the respective
comment.

pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #14345: run multi-PG9.6 on One Host, hang when checkpoint
Next
From: Tom Lane
Date:
Subject: Re: COMMENT ON INDEX silently fails