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

Remove cvs keywords from all files.

This commit is contained in:
Magnus Hagander
2010-09-20 22:08:53 +02:00
parent cecde97577
commit 9f2e211386
2182 changed files with 2182 additions and 2182 deletions

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/spi/Makefile,v 1.29 2010/07/05 23:15:56 tgl Exp $
# contrib/spi/Makefile
MODULES = autoinc insert_username moddatetime refint timetravel
DATA_built = $(addsuffix .sql, $(MODULES))

View File

@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/spi/autoinc.c,v 1.17 2009/06/11 14:48:52 momjian Exp $
* contrib/spi/autoinc.c
*/
#include "postgres.h"

View File

@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/spi/autoinc.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
/* contrib/spi/autoinc.sql.in */
-- Adjust this setting to control where the objects get created.
SET search_path = public;

View File

@ -1,7 +1,7 @@
/*
* insert_username.c
* $Modified: Thu Oct 16 08:13:42 1997 by brook $
* $PostgreSQL: pgsql/contrib/spi/insert_username.c,v 1.17 2009/01/07 13:44:36 tgl Exp $
* contrib/spi/insert_username.c
*
* insert user name in response to a trigger
* usage: insert_username (column_name)

View File

@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/spi/insert_username.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
/* contrib/spi/insert_username.sql.in */
-- Adjust this setting to control where the objects get created.
SET search_path = public;

View File

@ -1,7 +1,7 @@
/*
moddatetime.c
$PostgreSQL: pgsql/contrib/spi/moddatetime.c,v 1.15 2009/01/07 13:44:36 tgl Exp $
contrib/spi/moddatetime.c
What is this?
It is a function to be called from a trigger for the purpose of updating

View File

@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/spi/moddatetime.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
/* contrib/spi/moddatetime.sql.in */
-- Adjust this setting to control where the objects get created.
SET search_path = public;

View File

@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/spi/refint.c,v 1.35 2009/06/11 14:48:52 momjian Exp $
* contrib/spi/refint.c
*
*
* refint.c -- set of functions to define referential integrity

View File

@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/spi/refint.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */
/* contrib/spi/refint.sql.in */
-- Adjust this setting to control where the objects get created.
SET search_path = public;

View File

@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/spi/timetravel.c,v 1.31 2009/06/11 14:48:52 momjian Exp $
* contrib/spi/timetravel.c
*
*
* timetravel.c -- function to get time travel feature

View File

@ -1,4 +1,4 @@
/* $PostgreSQL: pgsql/contrib/spi/timetravel.sql.in,v 1.8 2007/11/13 04:24:28 momjian Exp $ */
/* contrib/spi/timetravel.sql.in */
-- Adjust this setting to control where the objects get created.
SET search_path = public;