diff options
Diffstat (limited to 'contrib/pg_freespacemap/uninstall_pg_freespacemap.sql')
-rw-r--r-- | contrib/pg_freespacemap/uninstall_pg_freespacemap.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql b/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql index e9bf0ad7d1a..168506708a7 100644 --- a/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql +++ b/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql,v 1.5 2009/06/10 22:12:28 tgl Exp $ */ +/* contrib/pg_freespacemap/uninstall_pg_freespacemap.sql */ -- Adjust this setting to control where the objects get dropped. SET search_path = public; |