Last insert id

Поиск
Список
Период
Сортировка
От mixo
Тема Last insert id
Дата
Msg-id 40C6AD19.70302@coza.net.za
обсуждение исходный текст
Ответы Re: Last insert id
Re: Last insert id
Список pgsql-sql
I have three tables which are related a serial field, table1_id, in on 
of the tables. Updating the tables is done through a transaction. My 
problem is, once I have insert  a row in the first tables with 
table1_id, I need for the other two tables. How can I get this? Is it 
safe to use "select max(table1_id) from table1" after the insert?


В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Getting FK relationships from information_schema
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Getting FK relationships from information_schema