Browse Source

Merge branch 'devel' into fix_cached_types

David N. Welton 10 years ago
parent
commit
5d63fdca5e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      test_data/test_schema.sql

+ 3 - 0
test_data/test_schema.sql

@@ -45,6 +45,9 @@ GRANT ALL ON DATABASE epgsql_test_db2 to epgsql_test;
 
 
 CREATE TABLE schema_version (version varchar);
 CREATE TABLE schema_version (version varchar);
 
 
+-- This requires Postgres to be compiled with SSL:
+-- http://www.postgresql.org/docs/9.4/static/sslinfo.html
+CREATE EXTENSION sslinfo;
 CREATE EXTENSION hstore;
 CREATE EXTENSION hstore;
 CREATE EXTENSION postgis;
 CREATE EXTENSION postgis;