[postgis-users] jdbc, bytea for the write side
Vinko Vrsalovic
vinko at cprsig.cl
Mon Jul 5 09:54:23 PDT 2004
Hi,
I think something is missing from README.postgis from 0.8.2
(don't remember if in earlier versions something like this
appeared).
There's no mention about the spatial_ref_sys.sql file to create
the postgis-enabled database.
Attached is a diff from the 0.8.2 README.
Of course it's just a suggestion, fix or ignore at will :)
--
Vinko Vrsalovic <el[|- at -|]vinko.cl>
-------------- next part --------------
80a81,93
> If you need to translate between various coordinate systems (PROJ4 support
> required) you might want to do:
>
> psql -f spatial_ref_sys.sql -d yourdatabase
>
> This command will create the spatial_ref_sys table, which contains data to
> translate between coordinate systems, you must set the SRID of your data for
> this to work, also.
>
> These two files (postgis.sql and spatial_ref_sys.sql) can be found in the
> /share/contrib/ directory of your installation of PostgreSQL, by default
> /usr/local/pgsql/share/contrib/
>
More information about the postgis-users
mailing list