Re: Vote totals for SET in aborted transaction - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Vote totals for SET in aborted transaction
Date
Msg-id 3CCD6A5A.25D0D0B@fourpalms.org
Whole thread Raw
In response to Re: Vote totals for SET in aborted transaction  (Scott Marlowe <scott.marlowe@ihs.com>)
Responses Re: Vote totals for SET in aborted transaction  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
...
> This would make it impossible for SET to have any persistent effect
> at all.  (Every SQL command is inside a transaction --- an
> implicitly-established one if necesary, but there is one.)

Of course the behavior would need to be defined from the user's
viewpoint, not from a literal description of how the internals work.
There *is* a difference from a user's PoV between explicit transactions
and single queries, no matter how that is implemented in the PostgreSQL
backend...

Let's not let trivial english semantics divert the discussion please.
                  - Thomas


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Vote totals for SET in aborted transaction
Next
From: Thomas Lockhart
Date:
Subject: Re: Vote totals for SET in aborted transaction