Re: [Q] Sequences, last_value and inserts - Mailing list pgsql-general

From Roderick A. Anderson
Subject Re: [Q] Sequences, last_value and inserts
Date
Msg-id Pine.LNX.4.33.0211011221390.16659-100000@main.cyber-office.net
Whole thread Raw
In response to Re: [Q] Sequences, last_value and inserts  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-general
On Fri, 1 Nov 2002, Bruno Wolff III wrote:

> You want to use currval. This can be used within a single session safely.

I must be thick today.

select currval from domain_info_tbl_key_seq;
ERROR:  Attribute 'currval' not found


Rod
--
  "Open Source Software - Sometimes you get more than you paid for..."


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Update FROM clause?
Next
From: Doug McNaught
Date:
Subject: Re: [Q] Sequences, last_value and inserts