Re: sequence data type - Mailing list pgsql-hackers

From Vik Fearing
Subject Re: sequence data type
Date
Msg-id ae01d789-c2e5-b282-4772-16077e794faa@2ndquadrant.fr
Whole thread Raw
In response to sequence data type  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: sequence data type  (Gavin Flower <GavinFlower@archidevsys.co.nz>)
Re: sequence data type  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
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).
-- 
Vik Fearing                                          +33 6 46 75 15 36
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: (Comment)Bug in CteScanNext
Next
From: Petr Jelinek
Date:
Subject: Re: Logical Replication WIP