sequence value of the record just inserted / DBI - Mailing list pgsql-admin

From Ben Kim
Subject sequence value of the record just inserted / DBI
Date
Msg-id Pine.GSO.4.10.10404141237550.24800-100000@edsun.coe.tamu.edu
Whole thread Raw
Responses Re: sequence value of the record just inserted / DBI  (Jeremy Buchmann <jeremy@wellsgaming.com>)
Re: sequence value of the record just inserted / DBI  ("Greg Sabino Mullane" <greg@turnstep.com>)
List 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 by date:

Previous
From: Jodi Kanter
Date:
Subject: XTG Data Modeller
Next
From: Jeremy Buchmann
Date:
Subject: Re: sequence value of the record just inserted / DBI