[postgis-users] PostGIS: make check works, but I can't manually create a spatial database

Peter Cotroneo geopetrus at gmail.com
Thu May 27 02:14:41 PDT 2010


Hi Devrim,



Thanks for your reply.  Here’s what I get immediately after trying to create
a spatial database:



[root at ip-10-224-82-127 postgis-1.5.0SVN]# sudo -u postgres createdb testdb

[root at ip-10-224-82-127 postgis-1.5.0SVN]# sudo -u postgres createlang
plpgsql testdb

[root at ip-10-224-82-127 postgis-1.5.0SVN]# sudo -u postgres psql -d testdb -f
postgis/postgis.sql

BEGIN

psql:postgis/postgis.sql:57: NOTICE:  type "spheroid" is not yet defined

DETAIL:  Creating a shell type definition.

CREATE FUNCTION

psql:postgis/postgis.sql:63: NOTICE:  argument type spheroid is only a shell

CREATE FUNCTION

psql:postgis/postgis.sql:68: NOTICE:  return type spheroid is only a shell

CREATE FUNCTION

psql:postgis/postgis.sql:73: NOTICE:  argument type spheroid is only a shell

CREATE FUNCTION

CREATE TYPE

psql:postgis/postgis.sql:90: NOTICE:  type "geometry" is not yet defined

DETAIL:  Creating a shell type definition.



As I mentioned yesterday, make check works just fine (i.e., it creates the
spatial database postgis_reg).



Cheers,



Petrus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20100527/9b4f1358/attachment.html>


More information about the postgis-users mailing list