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

From David G. Johnston
Subject Re: Where's the doc for "array()" — as in "select array(values (17), (42))"
Date
Msg-id CAKFQuwb42be_q-M0PqSZU8X-JQ5XP-Df5tB+EDQKMFgPYUNEFA@mail.gmail.com
Whole thread Raw
In response to Re: Where's the doc for "array()" — as in "select array(values (17), (42))"  (Bryn Llewellyn <bryn@yugabyte.com>)
List pgsql-general
On Sunday, September 18, 2022, Bryn Llewellyn <bryn@yugabyte.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.

pgsql-general by date:

Previous
From: Bryn Llewellyn
Date:
Subject: Re: Where's the doc for "array()" — as in "select array(values (17), (42))"
Next
From: Tom Lane
Date:
Subject: Re: Re: Where's the doc for "array()" — as in "select array(values (17), (42))"