Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb90a0 commit f722af6Copy full SHA for f722af6
contrib/spi/README
@@ -135,3 +135,15 @@ be NOT NULL.
135
136
To CREATE FUNCTION use insert_username.sql (will be made by gmake from
137
insert_username.source).
138
+
139
140
+5. moddatetime.c - function for maintaining a modification datetime stamp.
141
142
+ You have to create a BEFORE UPDATE trigger using the function moddatetime().
143
+One argument must be given, that is the name of the field that is of type
144
+datetime that is to be used as the modification time stamp.
145
146
+ There is an example in moddatetime.example.
147
148
+ To CREATE FUNCTION use moddatetime.sql ( will be made by gmake from
149
+moddatetime.source).
0 commit comments