Re: array_agg cast issue

From: pinker <pinker(at)onet(dot)eu>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: array_agg cast issue
Date: 2017-11-13 15:27:34
Message-ID: 1510586854272-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

It's a brand new, clean installation. yes, I've got 2 of them but I'm sure
it's not user-defined:

get=# \df+ array_agg

List of functions
Schema | Name | Result data type | Argument data types | Type |
Volatility | Parallel | Owner | Security | Access privileges | Language |
Source code | Description
------------+-----------+------------------+---------------------+------+------------+----------+----------+----------+-------------------+----------+-----------------+-------------------------------------------
pg_catalog | array_agg | anyarray | anyarray | agg |
immutable | safe | postgres | invoker | | internal |
aggregate_dummy | concatenate aggregate input into an array
pg_catalog | array_agg | anyarray | anynonarray | agg |
immutable | safe | postgres | invoker | | internal |
aggregate_dummy | concatenate aggregate input into an array
(2 rows)

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-novice-f2132464.html

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2017-11-13 15:34:13 Re: array_agg cast issue
Previous Message Ken Benson 2017-11-13 15:27:30 Re: varchar vs varchar(n)