Re: BUG #13126: table constraint loses its comment
От | Tom Lane |
---|---|
Тема | Re: BUG #13126: table constraint loses its comment |
Дата | |
Msg-id | 8519.1429995948@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | BUG #13126: table constraint loses its comment (xi@resolvent.net) |
Ответы |
Re: BUG #13126: table constraint loses its comment
|
Список | pgsql-bugs |
xi@resolvent.net writes: > In some circumstances, the comment on a table constraint disappears. Here > is an example: Hm, yeah. The problem is that ATExecAlterColumnType() rebuilds all the affected indexes from scratch, and it isn't doing anything about copying their comments to the new objects (either comments on the constraints, or comments directly on the indexes). The least painful way to fix it might be to charter ATPostAlterTypeCleanup to create COMMENT commands and add those to the appropriate work queue, rather than complicating the data structure initially emitted by ATExecAlterColumnType. But it'd still be a fair amount of new code I'm afraid. Not planning to fix this personally, but maybe someone else would like to take it up. regards, tom lane
В списке pgsql-bugs по дате отправления: