Обсуждение: aupg - aupg_src: Fixed a bug in the ability to insert/update/delete a

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

aupg - aupg_src: Fixed a bug in the ability to insert/update/delete a

От
rlucas@pgfoundry.org (User Rlucas)
Дата:
Log Message:
-----------
Fixed a bug in the ability to insert/update/delete a row that had not been previously
listed in the audit table.  This is necessary for dropping in AUPG functionality to
existing tables that have not been previously audited.  Added a test case for this
to the test suite.

Modified Files:
--------------
    aupg_src/sql:
        audit_infrastructure.sql (r1.20 -> r1.21)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/audit_infrastructure.sql?r1=1.20&r2=1.21)
        audit_test_cds.sql (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/audit_test_cds.sql?r1=1.8&r2=1.9)