use pg_get_functiondef() in pg_dump

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема use pg_get_functiondef() in pg_dump
Дата
Msg-id 9df8a3d3-13d2-116d-26ab-6a273c1ed38c@2ndquadrant.com
обсуждение исходный текст
Ответы Re: use pg_get_functiondef() in pg_dump  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Here is a patch to have pg_dump use pg_get_functiondef() instead of 
assembling the CREATE FUNCTION/PROCEDURE commands itself.  This should 
save on maintenance effort in the future.  It's also a prerequisite for 
being able to dump functions with SQL-standard function body discussed 
in [0].

pg_get_functiondef() was meant for psql's \ef command, so its defaults 
are slightly different from what pg_dump would like, so this adds a few
optional parameters for tweaking the behavior.  The naming of the 
parameters is up for discussion.


[0]: 
https://www.postgresql.org/message-id/flat/1c11f1eb-f00c-43b7-799d-2d44132c02d7@2ndquadrant.com

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Marco Atzeri
Дата:
Сообщение: Re: remove some ancient port hacks
Следующее
От: 曾文旌
Дата:
Сообщение: Re: [Proposal] Global temporary tables