Re: Bug in Create sequence parsing? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug in Create sequence parsing?
Date
Msg-id 12506.959825941@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bug in Create sequence parsing?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Seems we don't support int8 sequences.  Should we?  I don't see a good
> use for them.

Sooner or later we'll probably want to offer an option to make OID be
8 bytes.  I could see switching sequences to int8 as well when we
do that.  Of course it would not work on platforms without compiler
support for 64-bit integers...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: uniqueness not always correct
Next
From: Tom Lane
Date:
Subject: NATURAL JOIN of more than two tables doesn't work