summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2012-11-05 18:36:36 +0000
committerTom Lane2012-11-05 18:36:36 +0000
commit4fa38136f7468ac3377a0041808bfb1d3e851d23 (patch)
tree7ca2fd97c30fefbe64a498544583f5b6d5213297 /doc/src
parent7e765cb0688a9280a89f5054d3cb57fe892d73f5 (diff)
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
This case got broken in 8.4 by the addition of an error check that complains if ALTER TABLE ONLY is used on a table that has children. We do use ONLY for this situation, but it's okay because the necessary recursion occurs at a higher level. So we need to have a separate flag to suppress recursion without making the error check. Reported and patched by Pavan Deolasee, with some editorial adjustments by me. Back-patch to 8.4, since this is a regression of functionality that worked in earlier branches.
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions