Обсуждение: pgsql: Correct pg_dump WHERE clause for functions/aggregates

Поиск
Список
Период
Сортировка

pgsql: Correct pg_dump WHERE clause for functions/aggregates

От
Stephen Frost
Дата:
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(-)