Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f722af61
Commit
f722af61
authored
Dec 14, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
contrib/spi/README
contrib/spi/README
+12
-0
No files found.
contrib/spi/README
View file @
f722af61
...
...
@@ -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).
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment