Changes between Initial Version and Version 1 of Ticket #16455, comment 48
- Timestamp:
- Aug 24, 2012, 10:04:57 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16455, comment 48
initial v1 1 1 I was having some problem creating the test database on PostGIS2. ``sql_table_creation_suffix`` was trying to use the template database. 2 2 3 As noted before, PostGIS2 still support the template database approach. This new patchlooks for the template database and uses it if it exists. If it doesn't we raise an ``ImproperlyConfigured`` exception on PostGIS < 2.3 As noted before, PostGIS2 still support the template database approach. Patch v9 looks for the template database and uses it if it exists. If it doesn't we raise an ``ImproperlyConfigured`` exception on PostGIS < 2.