mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 07:47:32 +08:00
It's not possible to do CREATE DATABASE inside a transaction, so previously we just got a server error instead. Backpatch to 8.2, which is where the -1 feature appeared.