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



---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to