diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-12-14 05:13:39 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-12-14 05:13:39 +0000 |
commit | f722af618a5d6cedb0e083397f6efcec2e07b0c8 (patch) | |
tree | 8b9d2c11e0f0a76b552261bf2c7121553271dcfe | |
parent | ffb90a01fdd97bebb1a70d7899f55765f0acfe00 (diff) | |
download | postgresql-f722af618a5d6cedb0e083397f6efcec2e07b0c8.tar.gz postgresql-f722af618a5d6cedb0e083397f6efcec2e07b0c8.zip |
OK, here is a diff for the README file in /usr/src/pgsql/contrib/spi/.
For the 6.5 tree.
Have a great night.
Terry
-rw-r--r-- | contrib/spi/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/spi/README b/contrib/spi/README index dfcdf603d2a..a1ab46cb2bf 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). |