pgsql: Add proargnames to multi-argument aggregate functions

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Add proargnames to multi-argument aggregate functions
Дата
Msg-id E1qZ73m-000dSQ-V3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add proargnames to multi-argument aggregate functions

Having argument names makes it easier to understand how to use the
aggregate functions when inspecting them with \dfa or similar.

Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Reviewed-by: Vik Fearing <vik@postgresfriends.org>
Reviewed-by: Jim Jones <jim.jones@uni-muenster.de>
Discussion: https://postgr.es/m/877cw3jl8y.fsf@wibble.ilmari.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b575a26c66e438225f1c0f95ed8c5efc793d3a14

Modified Files
--------------
src/include/catalog/catversion.h |  2 +-
src/include/catalog/pg_proc.dat  | 21 +++++++++++----------
2 files changed, 12 insertions(+), 11 deletions(-)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix the error message when failing to restore the snapshot.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Rename hook functions for debug_io_direct to match variable name