plpgsql and insert

From: Jamie Deppeler <jamie(at)doitonce(dot)net(dot)au>
To: pgsql-general(at)postgresql(dot)org
Subject: plpgsql and insert
Date: 2007-03-04 23:00:06
Message-ID: 45EB4F76.6000702@doitonce.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Have a quick question is possible to record a primary from a insert stament

eg

xprimary := insert into schema.table(.,.,.,.) VALUES (,,,,);

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrej Ricnik-Bay 2007-03-05 00:07:26 Re: plpgsql and insert
Previous Message Postgres User 2007-03-04 22:58:48 Re: How to capture and handle failed INSERT