Re: IN and ANY

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: IN and ANY
Date: 2004-03-03 03:40:51
Message-ID: 7837.1078285251@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greg Stark <gsstark(at)mit(dot)edu> writes:
> That would be nice and simple and clean, except that postgres's type system
> doesn't work that way. It works backwards from every other language. Instead
> of every variable and function return value having a rigid type and forcing
> the interpretation of the surrounding expression, postgres seems to work top
> down.

[blinks...] I don't think so.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-03-03 03:44:40 Re: [ADMIN] Schema comparisons
Previous Message Christopher Kings-Lynne 2004-03-03 03:35:28 Re: Tablespaces