From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | Vik Fearing <vik(at)2ndquadrant(dot)fr>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: sequence data type |
Date: | 2016-09-08 20:06:30 |
Message-ID: | e92552d1-0dc3-20a7-1819-5e08be374062@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 9/3/16 2:41 PM, Vik Fearing wrote:
> On 08/31/2016 06:22 AM, Peter Eisentraut wrote:
>> Here is a patch that adds the notion of a data type to a sequence. So
>> it might be CREATE SEQUENCE foo AS integer. The types are restricted to
>> int{2,4,8} as now.
>
> This patch does not apply cleanly to current master (=600dc4c).
Updated patch attached.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Attachment | Content-Type | Size |
---|---|---|
v2-0001-Add-CREATE-SEQUENCE-AS-data-type-clause.patch | text/x-patch | 37.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2016-09-08 20:09:12 | Re: Add support for restrictive RLS policies |
Previous Message | Vladimir Gordiychuk | 2016-09-08 19:56:03 | Re: Stopping logical replication protocol |