Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f722af6

Browse files
committed
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
1 parent ffb90a0 commit f722af6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

contrib/spi/README

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,15 @@ be NOT NULL.
135135

136136
To CREATE FUNCTION use insert_username.sql (will be made by gmake from
137137
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

Comments
 (0)