Re: Example for unnest(anyarray, anyarray) fails

2019-12-11 Thread David G. Johnston
On Wed, Dec 11, 2019 at 3:21 PM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/functions-array.html > Description: > > [...] > ghowe=# select unnest(ARRAY[1,2],ARRAY['foo','bar','baz']); > ERROR: fu

Example for unnest(anyarray, anyarray) fails

2019-12-11 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/functions-array.html Description: ~ $ psql psql (11.2, server 9.6.14) Type "help" for help. ghowe=# select version(); version