README.diff

text/plain

Filename: README.diff
Type: text/plain
Part: 0
Message: Re: [HACKERS] 6.4.1 contrib/spi/

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
File+
README 12 0
*** README	Fri Oct 17 05:55:29 1997
--- README	Sun Dec 13 23:31:35 1998
***************
*** 135,137 ****
--- 135,149 ----
  
     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).