Re: Range Type constructors

From: Florian Pflug <fgp(at)phlo(dot)org>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Range Type constructors
Date: 2011-02-10 19:13:54
Message-ID: 7171D5CE-81FC-4560-BBCB-7964BDDC34B5@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2011-02-10 19:16:09 Re: [COMMITTERS] pgsql: Remove more SGML tabs.
Previous Message Heikki Linnakangas 2011-02-10 19:06:11 Re: Sync Rep for 2011CF1