Storing Procedures / Transactions

From: "Christian Kasprowicz" <chris(at)feel-free(dot)de>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Storing Procedures / Transactions
Date: 2006-10-09 10:19:04
Message-ID: 004c01c6eb8c$5a87b5f0$0201a8c0@excalibur
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 C
---see wether everything is ok
COMMIT;

...which I execute from a client like: exec MyProcedure(Value1, Value2,
Value3)

Hope someone can talk me through this. ;)

Thanks in advance,
Chris

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nikolay Samokhvalov 2006-10-09 10:24:28 Fwd: pg_dump VS alter database ... set search_path ...
Previous Message maa1666 2006-10-09 10:05:29 database corruption question