[BUGS] postgres 8.4

2009-01-18 Thread Kev
> > Is any where guide how to build on Win32, which compiler to use etc? > > http://www.postgresql.org/docs/8.3/interactive/install-win32-full.html > > > Or may PostgreSQL team build binaries of PostgreSQL 8.3.1 for Perl 5.10? > > We won't be building against Perl 5.10 until at least 8.4.0. > > --

Re: [BUGS] BUG #4509: array_cat's null behaviour is inconsistent

2008-11-05 Thread Kev
return ARRAY[element] if array is empty array_to_string return '' if array is empty array_upper raise exception if array is empty (there are no dimensions to inquire about) string_to_array return '' if left operand is '' Hope that's useful... Kev -- Sent via pgs