Re: storing transactions - Mailing list pgsql-general

From Talha Khan
Subject Re: storing transactions
Date
Msg-id [email protected]
Whole thread Raw
In response to storing transactions  ([email protected])
Responses Re: storing transactions
List pgsql-general
You can save your transactions in an sql file and then run that file whenever you need to run those transactions.
 
Regards
Talha Khan

 
On 10/3/06, [email protected] <[email protected]> wrote:
Hi all,
I've been studying the whole evening and don't seem to find an answer:
I want to "store" transactions on the server- like view's, or, (sorry) as in M$ SQL Server CREATE OR REPLACE TRANSACTION xyz()........
Is this possible with postgres or do I have to store all these at the client side?!

Thanks heaps,
Chris

_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066


---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

pgsql-general by date:

Previous
From: [email protected]
Date:
Subject: storing transactions
Next
From: Ron Johnson
Date:
Subject: Re: storing transactions