diff options
| author | Magnus Hagander <magnus@hagander.net> | 2010-09-20 22:08:53 +0200 |
|---|---|---|
| committer | Magnus Hagander <magnus@hagander.net> | 2010-09-20 22:08:53 +0200 |
| commit | 9f2e211386931f7aee48ffbc2fcaef1632d8329f (patch) | |
| tree | eebf0b0367f8e957957cf5468ddc0c46d9da80f6 /contrib/intagg | |
| parent | cecde97577fafddc6b3aa354b9b77a3a54b063a9 (diff) | |
| download | postgresql-9f2e211386931f7aee48ffbc2fcaef1632d8329f.tar.gz | |
Remove cvs keywords from all files.
Diffstat (limited to 'contrib/intagg')
| -rw-r--r-- | contrib/intagg/Makefile | 2 | ||||
| -rw-r--r-- | contrib/intagg/int_aggregate.sql | 2 | ||||
| -rw-r--r-- | contrib/intagg/uninstall_int_aggregate.sql | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/intagg/Makefile b/contrib/intagg/Makefile index 73ce7e4173..9bb1866e78 100644 --- a/contrib/intagg/Makefile +++ b/contrib/intagg/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.11 2010/02/05 03:06:30 momjian Exp $ +# contrib/intagg/Makefile DATA = int_aggregate.sql uninstall_int_aggregate.sql diff --git a/contrib/intagg/int_aggregate.sql b/contrib/intagg/int_aggregate.sql index 7ed7c5ddd2..289e41b671 100644 --- a/contrib/intagg/int_aggregate.sql +++ b/contrib/intagg/int_aggregate.sql @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/contrib/intagg/int_aggregate.sql,v 1.1 2008/11/14 19:58:45 tgl Exp $ */ +/* contrib/intagg/int_aggregate.sql */ -- Adjust this setting to control where the objects get created. SET search_path = public; diff --git a/contrib/intagg/uninstall_int_aggregate.sql b/contrib/intagg/uninstall_int_aggregate.sql index fe0f4c7df4..2e55345325 100644 --- a/contrib/intagg/uninstall_int_aggregate.sql +++ b/contrib/intagg/uninstall_int_aggregate.sql @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/contrib/intagg/uninstall_int_aggregate.sql,v 1.4 2008/11/14 19:58:45 tgl Exp $ */ +/* contrib/intagg/uninstall_int_aggregate.sql */ -- Adjust this setting to control where the objects get dropped. SET search_path = public; |
