Changes between Initial Version and Version 1 of Ticket #16455, comment 48


Ignore:
Timestamp:
Aug 24, 2012, 10:04:57 AM (12 years ago)
Author:
Flavio Curella

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16455, comment 48

    initial v1  
    11I was having some problem creating the test database on PostGIS2. ``sql_table_creation_suffix`` was trying to use the template database.
    22
    3 As noted before, PostGIS2 still support the template database approach. This new patch looks for the template database and uses it if it exists. If it doesn't we raise an ``ImproperlyConfigured`` exception on PostGIS < 2.
     3As 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.
Back to Top