Re: [Q] Sequences, last_value and inserts

From: "Roderick A(dot) Anderson" <raanders(at)acm(dot)org>
To: Bruno Wolff III <bruno(at)wolff(dot)to>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: [Q] Sequences, last_value and inserts
Date: 2002-11-01 20:23:31
Message-ID: Pine.LNX.4.33.0211011221390.16659-100000@main.cyber-office.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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..."

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marie G. Tuite 2002-11-01 20:32:56 Re: [Q] Sequences, last_value and inserts
Previous Message Doug McNaught 2002-11-01 20:22:43 Re: [Q] Sequences, last_value and inserts