Re: schema_to_xmlschema() seems a bit less than finished - Mailing list pgsql-hackers

From Tom Lane
Subject Re: schema_to_xmlschema() seems a bit less than finished
Date
Msg-id 6385.1184300782@sss.pgh.pa.us
Whole thread Raw
In response to Re: schema_to_xmlschema() seems a bit less than finished  ("Sibte Abbas" <sibtay@gmail.com>)
List 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 by date:

Previous
From: "Sibte Abbas"
Date:
Subject: Re: schema_to_xmlschema() seems a bit less than finished
Next
From: Tom Lane
Date:
Subject: Re: compiler warnings on the buildfarm