Re: [NOVICE] array_agg cast issue

Поиск
Список
Период
Сортировка
От pinker
Тема Re: [NOVICE] array_agg cast issue
Дата
Msg-id 1510586854272-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: [NOVICE] array_agg cast issue  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [NOVICE] array_agg cast issue  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Ken Benson
Дата:
Сообщение: Re: [NOVICE] varchar vs varchar(n)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [NOVICE] array_agg cast issue