plpgsql problem

From: tomek(at)lotnisko(dot)pasjo(dot)net(dot)pl (Tomasz Chwajo)
To: pgsql-general(at)postgresql(dot)org
Subject: plpgsql problem
Date: 2001-04-13 20:12:02
Message-ID: 9082EB048tomeklotniskopasjone@195.116.104.19
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How can I check if the command has been done properly?
For example:
1)
INSERT INTO...
IF ?record_has_been_added? THEN ...

2)
SELECT ...
IF ?record_has_been_found? THEN ...

Tomek

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2001-04-13 20:41:29 Re: Shared memory failure?
Previous Message Tom Lane 2001-04-13 20:04:59 Re: consider increasing WAL_FILES