diff options
| author | Bruce Momjian | 2007-11-13 04:24:29 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2007-11-13 04:24:29 +0000 |
| commit | 33e2e024938578598625ad14034432378db88af1 (patch) | |
| tree | 2ab36251bcd5da53a4f043bf80a71d8ed78d8288 /contrib/pg_buffercache | |
| parent | 1afbbcac203a255f280cc2c6977017de30bd15d7 (diff) | |
Add CVS version labels to all install/uninstall scripts.
Diffstat (limited to 'contrib/pg_buffercache')
| -rw-r--r-- | contrib/pg_buffercache/pg_buffercache.sql.in | 2 | ||||
| -rw-r--r-- | contrib/pg_buffercache/uninstall_pg_buffercache.sql | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/pg_buffercache/pg_buffercache.sql.in b/contrib/pg_buffercache/pg_buffercache.sql.in index 6ee320767a3..e1d86cc43bf 100644 --- a/contrib/pg_buffercache/pg_buffercache.sql.in +++ b/contrib/pg_buffercache/pg_buffercache.sql.in @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/contrib/pg_buffercache/pg_buffercache.sql.in,v 1.7 2007/11/13 04:24:28 momjian Exp $ */ + -- Adjust this setting to control where the objects get created. SET search_path = public; diff --git a/contrib/pg_buffercache/uninstall_pg_buffercache.sql b/contrib/pg_buffercache/uninstall_pg_buffercache.sql index 601e8878bf4..19dc9301cab 100644 --- a/contrib/pg_buffercache/uninstall_pg_buffercache.sql +++ b/contrib/pg_buffercache/uninstall_pg_buffercache.sql @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/contrib/pg_buffercache/uninstall_pg_buffercache.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */ + -- Adjust this setting to control where the objects get dropped. SET search_path = public; |
