Re: Where's the doc for "array()" — as in "select array(values (17), (42))"

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Bryn Llewellyn <bryn(at)yugabyte(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general list <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Where's the doc for "array()" — as in "select array(values (17), (42))"
Date: 2022-09-19 04:24:41
Message-ID: CAKFQuwb42be_q-M0PqSZU8X-JQ5XP-Df5tB+EDQKMFgPYUNEFA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sunday, September 18, 2022, Bryn Llewellyn <bryn(at)yugabyte(dot)com> wrote:
>
> Why is the "array()" constructor not found in "pg_proc"?
>

Because it isn’t a function.

>
> After all, section 4.2.12 refers to "array_agg()" as a constructor. And
> that *is* found in "pg_proc".
>

I do not see this 4.2.12 reference you speak of.

David J.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2022-09-19 04:31:21 Re: Re: Where's the doc for "array()" — as in "select array(values (17), (42))"
Previous Message Bryn Llewellyn 2022-09-19 04:20:01 Re: Where's the doc for "array()" — as in "select array(values (17), (42))"