Transaction support #57
Unanswered
hammeronthenet
asked this question in
Q&A
Replies: 1 comment
-
Hello, BEGIN;
INSERT INTO products (product_no, name, price) VALUES (1, 'Cheese', 9.99);
COMMIT; See https://www.postgresql.org/docs/current/tutorial-transactions.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
not properly an issue but i don't understand if it's possible in some way to use transaction with automatic rollback if an error occoured.
If yes, how/where to find some example/documentation about that?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions