Re: [NOVICE] array_agg cast issue - Mailing list pgsql-novice

From pinker
Subject Re: [NOVICE] array_agg cast issue
Date
Msg-id 1510586854272-0.post@n3.nabble.com
Whole thread Raw
In response to Re: [NOVICE] array_agg cast issue  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [NOVICE] array_agg cast issue
List 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 arraypg_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


-- 
Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice

pgsql-novice by date:

Previous
From: Ken Benson
Date:
Subject: Re: [NOVICE] varchar vs varchar(n)
Next
From: Tom Lane
Date:
Subject: Re: [NOVICE] array_agg cast issue