SPI Insert

From: Anand Surelia <anand(at)bytekinc(dot)com>
To: "pgsql-general(at)postgreSQL(dot)org" <pgsql-general(at)postgreSQL(dot)org>
Subject: SPI Insert
Date: 1998-10-21 00:45:06
Message-ID: 362D2E92.6ED0B585@bytekinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,
When you insert a row within a SPI procedure is the inserted tuple or
its oid returned somewhere? There is a variable SPI_Tuptable which is
set with the tuples returned from a select query.
Thanks,
Anand.

Responses

  • Help... at 1998-10-21 02:21:08 from Summer

Browse pgsql-general by date

  From Date Subject
Next Message Summer 1998-10-21 02:21:08 Help...
Previous Message Anand Surelia 1998-10-20 23:52:44 Re: [GENERAL] Sequences