Re: Oracle vs PG - Mailing list pgsql-general

From James Keener
Subject Re: Oracle vs PG
Date
Msg-id 2A133791-7512-4DB9-B7C3-2469CD2D939A@jimkeener.com
Whole thread Raw
In response to Re: Oracle vs PG  (Ravi Krishna <srkrishna1@aol.com>)
List pgsql-general

>I have hardly used savepoints in any application, but if I understand
>it correctly, isn't it something which is typically used
>in a persistent connection.  I wonder how it is applicable in a web
>based stateless application like Amazon.com, unless
>even web based application have database level state.

Doesn't need to be a long running connection, you can trap exceptions, roll back, and do something else all in the SQL
codeor a function from a single call. 


--
Sent from my Android device with K-9 Mail. Please excuse my brevity.


pgsql-general by date:

Previous
From: Ravi Krishna
Date:
Subject: Re: Oracle vs PG
Next
From: Michael Nolan
Date:
Subject: Re: Oracle vs PG