Re: sequence data type - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: sequence data type
Date
Msg-id e92552d1-0dc3-20a7-1819-5e08be374062@2ndquadrant.com
Whole thread Raw
In response to Re: sequence data type  (Vik Fearing <vik@2ndquadrant.fr>)
Responses Re: [HACKERS] sequence data type
List 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

pgsql-hackers by date:

Previous
From: Vladimir Gordiychuk
Date:
Subject: Re: Stopping logical replication protocol
Next
From: Stephen Frost
Date:
Subject: Re: Add support for restrictive RLS policies