Re: sequence value of the record just inserted / DBI

Поиск
Список
Период
Сортировка
От Jeremy Buchmann
Тема Re: sequence value of the record just inserted / DBI
Дата
Msg-id 1BB9AFD6-8E49-11D8-86B6-000A95D7EFFE@wellsgaming.com
обсуждение исходный текст
Ответ на sequence value of the record just inserted / DBI  (Ben Kim <bkim@coe.tamu.edu>)
Список pgsql-admin
On Apr 14, 2004, at 10:53 AM, Ben Kim wrote:

>
> 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?

Ben,

I don't know what $catalog is supposed to be, but you may have better
luck on the DBI-Users list or the PGSQL-INTERFACES list.


--Jeremy


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

Предыдущее
От: Ben Kim
Дата:
Сообщение: sequence value of the record just inserted / DBI
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: sequence value of the record just inserted / DBI