Skip to content
Snippets Groups Projects
Commit f722af61 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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
parent ffb90a01
No related branches found
No related tags found
No related merge requests found
...@@ -135,3 +135,15 @@ be NOT NULL. ...@@ -135,3 +135,15 @@ be NOT NULL.
To CREATE FUNCTION use insert_username.sql (will be made by gmake from To CREATE FUNCTION use insert_username.sql (will be made by gmake from
insert_username.source). 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).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment