Re: SET TRANSACTION .. DEFERRABLE missing docs?
Kevin Grittner <kevin.grittner@wicourts.gov>
From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: <magnus@hagander.net>,<pgsql-hackers@postgresql.org>
Date: 2011-03-06T21:33:51Z
Lists: pgsql-hackers
Attachments
- ssi-set-transaction-deferrable.patch (application/octet-stream) patch
Magnus Hagander wrote: > I was reading through ref/set_transaction.sgml and noticed that the > only documentation of DEFERRABLE is that it's a PostgreSQL language > extension, not anything about what it actually does. Same for begin > and start_transaction. I see it described in README-SSI and for the > guc default_transaction_deferrable, but I think it needs to be > documented on that ref page as well.. (in fact, the guc docs refer to > the reference page, which doesn't have more info) I think the attached covers it. -Kevin