Transaction question - Mailing list pgsql-hackers

From kkim3@ncsu.edu
Subject Transaction question
Date
Msg-id 2666.152.7.234.33.1080669511.squirrel@webmail.ncsu.edu
Whole thread Raw
Responses Re: Transaction question  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
Hello,

I'm trying to insert new row in a system catalog table and then I'd like
to retrieve this value in one command internally. I started new
transaction for insertion operation and commited that transaction. And
insert operation works well, but I give me server crash error. Could you
let me know how can I handle transactions for insertion and selection
sequentially in one command?




pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Better support for whole-row operations and composite types
Next
From: Tom Lane
Date:
Subject: Re: with vs without oids in pg_catalog.*