pgsql-server/contrib oid2name/oid2name.c spi/t ...

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/contrib oid2name/oid2name.c spi/t ...
Date: 2003-07-27 04:51:45
Message-ID: 20030727045145.AEC0AD1C513@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/07/27 01:51:45

Modified files:
contrib/oid2name: oid2name.c
contrib/spi : timetravel.c timetravel.example
timetravel.sql.in
Added files:
contrib/spi : README.timetravel

Log message:
Here is 4 file in tgz:
the new timetravel.c,
new timetravel.README (cut from spi/README and modified),
modified timetravel.sql.in
and modified timetravel.example.

Features:
- optionally 3 parameter for insert/update/delete user name

- work with CREATE UNIQUE INDEX ixxx on table xxx
(unique_field,time_off);
(the original version was work with unique index on 6.5.0-6.5.3,
and not work on 7.3.2,7.3.3)
(before 6.5.0 and between 6.5.3 and 7.3.2 I dont know)

- get_timetravel(tablename) function for check timetravel-status.

- timetravel trigger not change oid of the active record. (it is not a
good feature, because the old version is automatice prevent the paralel
update with "where oid=nnn")

B?jthe Zolt?n

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-07-27 04:53:13 pgsql-server/src backend/utils/adt/acl.c backe ...
Previous Message Bruce Momjian 2003-07-27 04:35:54 pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...