pgsql: Add test case for ON DELETE NO ACTION/RESTRICT
Started by Peter Eisentrautover 7 years ago1 messagescomitters
Add test case for ON DELETE NO ACTION/RESTRICT
This was previously not covered at all; function
RI_FKey_restrict_del() was not exercised in the tests.
Reviewed-by: Alvaro Herrera <alvherre@2ndquadrant.com>
Reviewed-by: Mi Tar <mmitar@gmail.com>
Discussion: /messages/by-id/7ae17c95-0c99-d420-032a-c271f510112b@2ndquadrant.com/
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/74bd06648b720bb48f50bd32848f2f3cf2deb1f6
Modified Files
--------------
src/test/regress/expected/foreign_key.out | 10 ++++++++--
src/test/regress/sql/foreign_key.sql | 6 ++++--
2 files changed, 12 insertions(+), 4 deletions(-)