Re: Bug in ALTER COLUMN SET DATA TYPE ? - Mailing list pgsql-hackers

From Nikhil Sontakke
Subject Re: Bug in ALTER COLUMN SET DATA TYPE ?
Date
Msg-id CANgU5Zf4ESYyC6g2BqeSpCx6q5J7-Q+t-Lc1abFcUUytEYJ-Nw@mail.gmail.com
Whole thread Raw
In response to Re: Bug in ALTER COLUMN SET DATA TYPE ?  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Responses Re: Bug in ALTER COLUMN SET DATA TYPE ?
List pgsql-hackers
 
So coming back to the issue, do you think it's a good idea to teach ATAddCheckConstraint() that the call is coming from a late phase of ALTER TABLE ?

+1

You mentioned AT_PASS_OLD_INDEX in your original mail, but I guess that you meant that we should check for  AT_PASS_OLD_CONSTR and then not raise an error? 

Regards,
Nikhils
-- 
StormDB - http://www.stormdb.com
The Database Cloud
Postgres-XC Support and Service

pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: RFC: Timing Events
Next
From: Pavan Deolasee
Date:
Subject: Re: Bug in ALTER COLUMN SET DATA TYPE ?