Folks,

Here's expected behavior:

davidfet...@postgres=# SELECT array(values(1),(null));
 ?column? 
──────────
 {1,NULL}
(1 row)

The next one is just plain unexpected.  Either it's a bug, or it needs
more documentation in the function description in the docs, \df+
output, etc.

davidfet...@postgres=# SELECT array_to_string(array(values(1),(null)),'');
 array_to_string 
─────────────────
 1
(1 row)

I would have expected it to come out as NULL.

What say?

Cheers,
David.
-- 
David Fetter <da...@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fet...@gmail.com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to