Re: Range Type constructors - Mailing list pgsql-hackers

From Florian Pflug
Subject Re: Range Type constructors
Date
Msg-id 7171D5CE-81FC-4560-BBCB-7964BDDC34B5@phlo.org
Whole thread Raw
In response to Re: Range Type constructors  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: Range Type constructors  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> This might solve the constructor problem nicely if we could do things
> like:
>  RANGE[10,20)
> But I have a feeling that will either cause a bizarre problem with the
> grammar, or someone will think it's not very SQL-like.


It will certainly mess up syntax highlighting and matching bracket detection
in pretty much all text editors...

best regards,
Florian Pflug



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Sync Rep for 2011CF1
Next
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: Remove more SGML tabs.