Joe Conway <mail(at)joeconway(dot)com> writes:
> One question, should this work to create an empty array:
> regression=# select array[];
> ERROR: parser: parse error at or near "]" at character 14
Only if you can specify what type it has. This seems to get back
to our off-list discussion about what to do with array of unknown.
regards, tom lane