Re: Polymorphic functions' weird behavior
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: "Vyacheslav Kalinin" <vka(at)ipcb(dot)net>
- Cc: pgsql-general(at)postgresql(dot)org
- Subject: Re: Polymorphic functions' weird behavior
- Date: Tue, 31 Jul 2007 21:51:07 -0400
- Message-id: <15600.1185933067@sss.pgh.pa.us> <text/plain>
"Vyacheslav Kalinin" <vka(at)ipcb(dot)net> writes:
> Another little issue with that function. I cannot make it
> accept NULL as an argument.
You'd have to cast the NULL to some specific array type.
regards, tom lane
Home |
Main Index |
Thread Index