[postgis-users] Problems with database creation

Nicolas RIBOT nri at scot.cnes.fr
Tue Oct 21 02:36:40 PDT 2003


Hi,
According to me, database creation was succesful:
These are only notices, not errors:

Look at your database, you should see the "geometry_columns" and
"spatial_ref_sys" tables and all geometric functions created by
postgis.sql and should be able to work with your database.

Nicolas

> 
> 	Hi,
> I am new to PostGIS and I have problem with database creation.
> I have PostgreSQL 7.3.4 and PostGIS 0.7.5.
> 
> I have tried to create database like it is written in 
> README.postgis but
> when I do "psql -d TestGIS -f postgis.sql"
> I get following errors:
> NOTICE:  ProcedureCreate: type histogram2d is not yet defined
> NOTICE:  Argument type "histogram2d" is only a shell
> NOTICE:  ProcedureCreate: type box3d is not yet defined
> NOTICE:  Argument type "box3d" is only a shell
> NOTICE:  ProcedureCreate: type spheroid is not yet defined
> NOTICE:  Argument type "spheroid" is only a shell
> NOTICE:  ProcedureCreate: type wkb is not yet defined
> NOTICE:  Argument type "wkb" is only a shell
> NOTICE:  ProcedureCreate: type chip is not yet defined
> NOTICE:  Argument type "chip" is only a shell
> NOTICE:  ProcedureCreate: type geometry is not yet defined
> NOTICE:  Argument type "geometry" is only a shell
> NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
> 'spatial_ref_sys_pkey' for table 'spatial_ref_sys'
> NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index 
> 'geometry_columns_pk' for table 'geometry_columns'
> 
> Of course prior to loading postgis.sql I did
> createdb TestGIS
> createlang plpgsql TestGIS
> 
> What am I doing wrong? Thanks to advance.
> 
> 					Best regards,
> 					Daniel Vencler
> 
> 
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
> 



More information about the postgis-users mailing list