BUG #4357: SERIAL pseudotype and related SEQUENCE object

From: "Grigory Zinin" <Grigory(dot)Zinin(at)com(dot)mels(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4357: SERIAL pseudotype and related SEQUENCE object
Date: 2008-08-15 09:45:59
Message-ID: 200808150945.m7F9jxnd063650@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4357
Logged by: Grigory Zinin
Email address: Grigory(dot)Zinin(at)com(dot)mels(dot)ru
PostgreSQL version: 8.3.2
Operating system: win32 x86
Description: SERIAL pseudotype and related SEQUENCE object
Details:

It's possible that somebody already had found this thing, but I couldn't
find any references to this in archives.
We can create SERIAL field. But INTEGER type will be really set. It's well
known that INTEGER field doesn't match values more than 4 bytes. But related
SEQUENCE object has a 8 byte value.
It looks strange for me that 4 bytes of these 8 byte value will never be
used.
Is it bug or feature?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Григорий Зинин 2008-08-15 09:48:14 Re: BUG #4357: SERIAL pseudotype and related SEQUENCE object
Previous Message Tariq Aziz 2008-08-15 05:04:12 xmlAgg not found..