1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add CVS tag lines to files that were lacking them.

This commit is contained in:
Bruce Momjian
2006-03-11 04:38:42 +00:00
parent 7992d0fbca
commit f3d99d160d
195 changed files with 375 additions and 13 deletions

View File

@ -1,6 +1,7 @@
/*
* insert_username.c
* $Modified: Thu Oct 16 08:13:42 1997 by brook $
* $PostgreSQL: pgsql/contrib/spi/insert_username.c,v 1.13 2006/03/11 04:38:30 momjian Exp $
*
* insert user name in response to a trigger
* usage: insert_username (column_name)

View File

@ -1,6 +1,8 @@
/*
moddatetime.c
$PostgreSQL: pgsql/contrib/spi/moddatetime.c,v 1.12 2006/03/11 04:38:30 momjian Exp $
What is this?
It is a function to be called from a trigger for the purpose of updating
a modification datetime stamp in a record when that record is UPDATEd.