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/dict_int | |
| parent | 1afbbcac203a255f280cc2c6977017de30bd15d7 (diff) | |
Add CVS version labels to all install/uninstall scripts.
Diffstat (limited to 'contrib/dict_int')
| -rw-r--r-- | contrib/dict_int/dict_int.sql.in | 2 | ||||
| -rw-r--r-- | contrib/dict_int/uninstall_dict_int.sql | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/dict_int/dict_int.sql.in b/contrib/dict_int/dict_int.sql.in index 6fe3d539d67..5245349ae18 100644 --- a/contrib/dict_int/dict_int.sql.in +++ b/contrib/dict_int/dict_int.sql.in @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/contrib/dict_int/dict_int.sql.in,v 1.3 2007/11/13 04:24:27 momjian Exp $ */ + -- Adjust this setting to control where the objects get created. SET search_path = public; diff --git a/contrib/dict_int/uninstall_dict_int.sql b/contrib/dict_int/uninstall_dict_int.sql index 42245e70411..d94343fd36d 100644 --- a/contrib/dict_int/uninstall_dict_int.sql +++ b/contrib/dict_int/uninstall_dict_int.sql @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/contrib/dict_int/uninstall_dict_int.sql,v 1.3 2007/11/13 04:24:27 momjian Exp $ */ + -- Adjust this setting to control where the objects get dropped. SET search_path = public; |
