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

From Jeremy Buchmann
Subject Re: sequence value of the record just inserted / DBI
Date
Msg-id 1BB9AFD6-8E49-11D8-86B6-000A95D7EFFE@wellsgaming.com
Whole thread Raw
In response to sequence value of the record just inserted / DBI  (Ben Kim <bkim@coe.tamu.edu>)
List 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 by date:

Previous
From: Ben Kim
Date:
Subject: sequence value of the record just inserted / DBI
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: sequence value of the record just inserted / DBI