diff --git a/contrib/spi/README b/contrib/spi/README index dfcdf603d2a7042ab3cdca61bd1f5e2f197aff5c..a1ab46cb2bf7459e57140fd512ca7640e65663f6 100644 --- a/contrib/spi/README +++ b/contrib/spi/README @@ -135,3 +135,15 @@ be NOT NULL. To CREATE FUNCTION use insert_username.sql (will be made by gmake from insert_username.source). + + +5. moddatetime.c - function for maintaining a modification datetime stamp. + + You have to create a BEFORE UPDATE trigger using the function moddatetime(). +One argument must be given, that is the name of the field that is of type +datetime that is to be used as the modification time stamp. + + There is an example in moddatetime.example. + + To CREATE FUNCTION use moddatetime.sql ( will be made by gmake from +moddatetime.source).