From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: sequence data type |
Date: | 2016-12-31 06:27:39 |
Message-ID: | 353d98fd-8f99-c4ce-53bb-056c1ba81a61@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 9/8/16 4:06 PM, Peter Eisentraut wrote:
> 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.
Another updated patch, with quite a bit of rebasing and some minor code
polishing.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Attachment | Content-Type | Size |
---|---|---|
v3-0001-Add-CREATE-SEQUENCE-AS-data-type-clause.patch | text/x-patch | 41.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2016-12-31 06:34:38 | Re: use strict in all Perl programs |
Previous Message | Peter Eisentraut | 2016-12-31 06:18:04 | cast result of copyNode() |