pgsql: Correct pg_dump WHERE clause for functions/aggregates

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Correct pg_dump WHERE clause for functions/aggregates
Дата
Msg-id E1ayk9T-0000Tk-22@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Correct pg_dump WHERE clause for functions/aggregates

The query to grab the function/aggregate information is now joining
to pg_init_privs, so we can simplify (and correct) the WHERE clause
used to determine if a given function's ACL has changed from the
initial ACL on the function.

Bug found by Noah, patch by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/64d60c8bf0703011d79dcb8a55dc42dcedc1e10f

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Remove various special checks around default roles
Следующее
От: Stephen Frost
Дата:
Сообщение: pgsql: Add TAP tests for pg_dump