pgsql: Remove the DELETEs from pg_shadow and pg_group that pg_dumpall

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Remove the DELETEs from pg_shadow and pg_group that pg_dumpall
Дата
Msg-id 20051010222949.8FA89D9EF1@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used to
emit when given the --clean option, in favor of individual DROP ROLE
commands.  The old technique could not possibly work in 8.1, and was
never a very good idea anyway IMHO.  The DROP ROLE approach has the
defect that the DROPs will fail for roles that own objects or have
privileges, but perhaps we can improve that later.

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        pg_dumpall.sgml (r1.52 -> r1.53)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_dumpall.sgml.diff?r1=1.52&r2=1.53)
    pgsql/src/bin/pg_dump:
        pg_dumpall.c (r1.67 -> r1.68)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpall.c.diff?r1=1.67&r2=1.68)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Use a safer order of operations in dropdb(): rollbackable
Следующее
От: uniware@pgfoundry.org (User Uniware)
Дата:
Сообщение: vcproject - vcproject: New Directory