Re: schema_to_xmlschema() seems a bit less than finished

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: schema_to_xmlschema() seems a bit less than finished
Дата
Msg-id 6385.1184300782@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: schema_to_xmlschema() seems a bit less than finished  ("Sibte Abbas" <sibtay@gmail.com>)
Список pgsql-hackers
"Sibte Abbas" <sibtay@gmail.com> writes:
> Considering the above fact, perhaps the actual problem is that when a
> column gets removed from a table as a result of drop  <column
> type/domain> cascade, the tuple descriptor (more specifically
> rel->rd_att field) for that relation is not updated properly?

No, the problem is that map_sql_typecoll_to_xmlschema_types is unaware
that it must ignore dropped columns :-(.  I committed a fix a few
minutes ago.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Sibte Abbas"
Дата:
Сообщение: Re: schema_to_xmlschema() seems a bit less than finished
Следующее
От: Tom Lane
Дата:
Сообщение: Re: compiler warnings on the buildfarm