Transaction question

Поиск
Список
Период
Сортировка
От kkim3@ncsu.edu
Тема Transaction question
Дата
Msg-id 2666.152.7.234.33.1080669511.squirrel@webmail.ncsu.edu
обсуждение исходный текст
Ответы Re: Transaction question  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список 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 по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Better support for whole-row operations and composite types
Следующее
От: Tom Lane
Дата:
Сообщение: Re: with vs without oids in pg_catalog.*