Well, you had me scared, but it's not an attribute of the 2.1.2 release, it's something specific about either windows or your installation in particular. After building and installing 2.1.2 on OSX, I can:
foo=# create extension postgis version '2.1.2'; CREATE EXTENSION foo=# create table bar (g geography(point, 4326)); CREATE TABLE On Wed, Apr 9, 2014 at 12:31 PM, jamo3 <[email protected]> wrote: > I updated the script to just use the "extension" method. Those statements > run, but when I try to create a table with spatial columns, I get: > psql:./schema/ntdm/currentBaseline/createNtdmTablesRev301902.sql:36: ERROR: > type "geography" does not exist > LINE 34: location geography(Point,4326) > ^ > > I'll remove the extension lines and try with just the sql scripts. > > > > -- > View this message in context: > http://postgis.17.x6.nabble.com/problems-with-2-1-2-and-new-databases-tp5006071p5006074.html > Sent from the PostGIS - User mailing list archive at Nabble.com. > _______________________________________________ > postgis-users mailing list > [email protected] > http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
