Vol. I · A Postgres HandbookTwelve chapters · · 756 queries

The Query & the Schema

A reading-room reference for writing PostgreSQL by hand — selects to window functions, with the schema in plain view.

FrontChaptersSchemaColophon
Chapters · Advanced PostgreSQL · Query 044 / 350
EasyAdvanced PostgreSQL

Basic Transaction (BEGIN / COMMIT)

The query

SQL
BEGIN;

UPDATE accounts SET balance = balance - 100 WHERE id = 1;
UPDATE accounts SET balance = balance + 100 WHERE id = 2;

COMMIT;
Tested against PostgreSQL 16

Note

“Groups operations into a single atomic unit. If system crashes before COMMIT, neither update is saved.

← Previous

Refresh Materialized View

Next →

Transaction Rollback

The Query & the Schema

Set in Fraunces and Inter Tight. Printed on parchment, in oxblood and ink. No tracking, no accounts, no JavaScript on the answer pages beyond what your browser needs to copy a query.

Compiled for Postgres 16 · MMXXVI