raiseerror Questions
0
First, I enabled ON_ERROR_STOP to stop the execution immediately after error as shown below:
\set ON_ERROR_STOP on
Because the doc about ON_ERROR_STOP says below:
By default, command processing c...
Maxey asked 7/1 at 0:0
1
Solved
I sometimes perform the following set of statement in the following order:
Raiseerror(...)
Rollback;
but I am wondering if it cause the same effect as below:
Rollback;
Raiseerror(...)
I under...
Antiworld asked 19/11, 2016 at 9:34
1
© 2022 - 2024 — McMap. All rights reserved.