Transaction question

From: kkim3(at)ncsu(dot)edu
To: pgsql-hackers(at)postgresql(dot)org
Subject: Transaction question
Date: 2004-03-30 17:58:31
Message-ID: 2666.152.7.234.33.1080669511.squirrel@webmail.ncsu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2004-03-30 18:00:50 Re: Better support for whole-row operations and composite types
Previous Message Bruce Momjian 2004-03-30 16:22:12 Re: feature request: \qf datatype