Re: [GENERAL] storing transactions

2006-10-06 Thread kaspro
Mabye I made myself not clear enough- sorry for that... What I want is having a statement like: PROCEDURE MyProcedure(Value1 int, Value2 text, Value3 varchar(30)) BEGIN ---check if something is valid ---compute something ---store values I got via THIS query and put them in table A, B and

[GENERAL] storing transactions

2006-10-04 Thread kaspro
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