From: | Jeff Davis <pgsql(at)j-davis(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Singleton range constructors versus functional coercion notation |
Date: | 2011-11-22 16:53:41 |
Message-ID: | 1321980821.23754.6.camel@jdavis |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, 2011-11-22 at 09:07 -0500, Robert Haas wrote:
> I honestly don't know what function names people will pick, and I
> don't care. Someone might like singleton(x), which would be
> impractical as a built-in because there could be more than one range
> type over the same base type, but if the user defines the function
> they can pick what's convenient for them. If they use singletons
> exceedingly frequently they might even want something really short,
> like just(x) or s(x). Or they might say daterange1(x), along the
> lines you suggested earlier.
For that matter, they might pick daterange(x), as I picked earlier, and
run into the same problems.
It's a little strange that we allow people to define functions with one
argument and the same name as a type if such functions are confusing.
This isn't intended as an argument in either direction, just an
observation.
Regards,
Jeff Davis
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2011-11-22 17:23:17 | Re: strange nbtree corruption report |
Previous Message | Tom Lane | 2011-11-22 15:18:15 | Re: EXPLAIN (plan off, rewrite off) for benchmarking |