pgsql: Improve pg_audit regression tests

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Improve pg_audit regression tests
Дата
Msg-id E1YsycR-0003wh-Sq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve pg_audit regression tests

Instead of creating a new superuser role, extract out what the current
user is and use that user instead.  Further, clean up and drop all
objects created by the regression test.

Pointed out by Tom.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ed6ea8e815b4331c94f827f45054817e7e1a7784

Modified Files
--------------
contrib/pg_audit/expected/pg_audit.out |   47 +++++++++++++++++++++-----------
contrib/pg_audit/sql/pg_audit.sql      |   38 ++++++++++++++++++--------
2 files changed, 57 insertions(+), 28 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Docs: fix erroneous claim about max byte length of GB18030.
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: pgsql: Add pg_audit, an auditing extension