Re: Adding argument names to aggregate functions

Поиск
Список
Период
Сортировка
От Dagfinn Ilmari Mannsåker
Тема Re: Adding argument names to aggregate functions
Дата
Msg-id 87wn2hq959.fsf@wibble.ilmari.org
обсуждение исходный текст
Ответ на Adding argument names to aggregate functions  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
Ответы Re: Adding argument names to aggregate functions  (Jim Jones <jim.jones@uni-muenster.de>)
Список pgsql-hackers
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> writes:

> Hi hackers,
>
> I'm sure I'm not the only one who can never remember which way around
> the value and delimiter arguments go for string_agg() and has to look it
> up in the manual every time. To make it more convenient, here's a patch
> that adds proargnames to its pg_proc entries so that it can be seen with
> a quick \df in psql.

Added to the 2023-07 commitfest:

https://commitfest.postgresql.org/43/4275/

- ilmari



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dagfinn Ilmari Mannsåker
Дата:
Сообщение: Re: Tab completion for AT TIME ZONE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Allow Postgres to pick an unused port to listen