Re: pgsql/src include/utils/builtins.h backend/uti ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src include/utils/builtins.h backend/uti ...
Date: 2001-06-10 01:58:04
Message-ID: 20079.992138284@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Larry Rosenman <ler(at)lerctr(dot)org> writes:
> * Tom Lane <tgl(at)hub(dot)org> [010609 17:16]:
>> Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr.

> What does this mean for users of these types? (Can we now cast
> directly? )

No, it means the planner now has a clue about selectivity of range
queries for these datatypes, ie, it might possibly make the right
decision about seq vs index scan and so on.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-06-10 02:57:33 pgsql/doc/TODO.detail libpq
Previous Message Bruce Momjian - CVS 2001-06-10 01:25:02 pgsql/doc TODO