Question re: serial

Поиск
Список
Период
Сортировка
От Michael Satterwhite
Тема Question re: serial
Дата
Msg-id 200404241224.05079.michael@weblore.com
обсуждение исходный текст
Ответы Re: Question re: serial
Re: Question re: serial
Список pgsql-sql
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have a table with a primary key defined as serial unique. When I insert a
row into the table, I need to get the value of that row back so that I can
use it to link rows in another table to it. How do I do that in Postgresql? I
know that I can define a sequence and insert the value manually, but is there
a way to query the value of the most recently inserted serial column of a
row?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQFAiqK0jeziQOokQnARArJKAJ0SEs8DO6ETa6yZI2Wq6SOmydEwzQCeIwLF
on3NovbSaHa+tBrvrynyQfI=
=d0AB
-----END PGP SIGNATURE-----



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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Design Problem...
Следующее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Question re: serial