]> granicus.if.org Git - postgresql/commit
Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Oct 2002 19:46:45 +0000 (19:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Oct 2002 19:46:45 +0000 (19:46 +0000)
commite16f04cf72d7000e1b97e500fcbb4a94013ed139
treecc4b3e68d0bb530cd82033b6111222e91fd8079e
parentde9d7f4bd5e1fc72c9e5a0381c6c4c95d6f7bed1
Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty
nearly so, by postponing write of flat password file until transaction
commit.
src/backend/access/transam/xact.c
src/backend/commands/user.c
src/include/commands/user.h