aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/plpython_subtransaction.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/expected/plpython_subtransaction.out')
-rw-r--r--src/pl/plpython/expected/plpython_subtransaction.out1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pl/plpython/expected/plpython_subtransaction.out b/src/pl/plpython/expected/plpython_subtransaction.out
index c2c22f0ae41..ced4682440e 100644
--- a/src/pl/plpython/expected/plpython_subtransaction.out
+++ b/src/pl/plpython/expected/plpython_subtransaction.out
@@ -384,7 +384,6 @@ SELECT * FROM subtransaction_tbl;
TRUNCATE subtransaction_tbl;
ALTER TABLE subtransaction_tbl ADD PRIMARY KEY (i);
-NOTICE: ALTER TABLE / ADD PRIMARY KEY will create implicit index "subtransaction_tbl_pkey" for table "subtransaction_tbl"
CREATE FUNCTION pk_violation_inside_subtransaction() RETURNS void
AS $$
with plpy.subtransaction():