Re: Missing array support

From: Joe Conway <mail(at)joeconway(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Missing array support
Date: 2003-07-20 02:52:23
Message-ID: 3F1A03E7.2000400@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian wrote:
>>I guess we should put array-of-UNKNOWN on the list of things to look at
>>for 7.5.
>>

Yeah; maybe something like this?

Delay resolution of array expression type as long as possible so that
assignment coercion can be performed on empty array expressions.

Joe

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-07-20 03:12:54 Re: Missing array support
Previous Message Bruce Momjian 2003-07-20 02:48:56 Re: Missing array support

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-07-20 03:12:54 Re: Missing array support
Previous Message Bruce Momjian 2003-07-20 02:48:56 Re: Missing array support