File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ Release 1.2
1919 Unlike the previous release, the rewritten table can be referenced by
2020 foreign key constraints.
2121
22+ Note: The `rewrite.check_constraints` configuration variable was
23+ removed. If there is a risk that other users could run `ALTER TABLE` on
24+ the table during rewriting, please revoke the corresponding privileges
25+ from them temporarily.
26+
2227
2328Release 1.1.1
2429=============
Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ exist between the two types.
140140
141141# Constraints
142142
143- The target table should obviously end up with same constraints as the source
144- table. It's recommended to handle constraints creation this way:
143+ The target table should obviously end up with the same constraints as the
144+ source table. It's recommended to handle constraints creation this way:
145145
1461461 . Add PRIMARY KEY, UNIQUE and EXCLUDE constraints of the source table to the
147147 target table before you call ` rewrite_table() ` . These are enforced during
You can’t perform that action at this time.
0 commit comments