Re: [HACKERS] Re: [GENERAL] Bug with sequences in 6.4.2

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Re: [GENERAL] Bug with sequences in 6.4.2
Date: 1999-03-16 04:39:55
Message-ID: 36EDE09B.246F909A@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
>
> Good idea. Done.
>
> test=> select nextval('"Aa"');
> nextval
> -------
> 3
> (1 row)

select currval('"Aa"');

?

Vadim

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-03-16 04:50:17 Re: [HACKERS] Re: [GENERAL] Bug with sequences in 6.4.2
Previous Message Bruce Momjian 1999-03-16 04:32:18 Re: [HACKERS] Re: [GENERAL] Bug with sequences in 6.4.2