Re: How do I select the last Id in a column??? - Mailing list pgsql-admin

From Bruno Wolff III
Subject Re: How do I select the last Id in a column???
Date
Msg-id 20030627011031.GA11891@wolff.to
Whole thread Raw
In response to Re: How do I select the last Id in a column???  ("Josh Goldberg" <josh@4dmatrix.com>)
List pgsql-admin
On Thu, Jun 26, 2003 at 17:46:14 -0700,
  Josh Goldberg <josh@4dmatrix.com> wrote:
> From what Bruno enlightened us to about read commit mode, it seems this is
> the only safe way to go.
>
> Wouldn't currval (as presented by others) be affected in the same manner as
> my example?

No because currval returns the last value used in the current session.

pgsql-admin by date:

Previous
From: "Josh Goldberg"
Date:
Subject: Re: How do I select the last Id in a column???
Next
From: Tom Lane
Date:
Subject: Re: 7.4 Documetation