Skip to content

Commit ae8dc4c

Browse files
author
Antonin Houska
committed
Minor updates to the documentation.
1 parent ef572f7 commit ae8dc4c

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2328
Release 1.1.1
2429
=============

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

146146
1. 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

0 commit comments

Comments
 (0)