[snapshot/master] One does CREATE EXTENSION to get debversion these days
---
db/db-init.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/db/db-init.sql b/db/db-init.sql
index 2ad4d78..f68bf85 100644
--- a/db/db-init.sql
+++ b/db/db-init.sql
@@ -8,7 +8,7 @@ GRANT USAGE ON SCHEMA public TO PUBLIC;
-- next, create the debversion types:
-\i /usr/share/postgresql/8.4/contrib/debversion.sql
+CREATE EXTENSION debversion;
-- and the perl language
CREATE LANGUAGE plperl;
--
2.1.4
Reply to: