sequence value of the record just inserted / DBI

Поиск
Список
Период
Сортировка
От Ben Kim
Тема sequence value of the record just inserted / DBI
Дата
Msg-id Pine.GSO.4.10.10404141237550.24800-100000@edsun.coe.tamu.edu
обсуждение исходный текст
Ответы Re: sequence value of the record just inserted / DBI
Re: sequence value of the record just inserted / DBI
Список pgsql-admin
I hope it is OK to ask the question here.

Perl's DBI has the following function.

$rv = $dbh->last_insert_id($catalog, $schema, $table, $field);
"Returns a value 'identifying' the row just inserted, if possible."

I wonder what this $catalog is in this context. It's supposed to be
metadata, and CREATE USER has CATALOG|NOCATALOG option, but what would be
$catalog value for a user table in this context?


Thanks in advance.

Ben Kim



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

Предыдущее
От: Jodi Kanter
Дата:
Сообщение: XTG Data Modeller
Следующее
От: Jeremy Buchmann
Дата:
Сообщение: Re: sequence value of the record just inserted / DBI