[postgis-users] pgsql2shp error
Christian Jauvin
cjauvin at gmail.com
Sat Oct 22 10:46:42 PDT 2011
Yes:
createlang: language "plpgsql" is already installed in database
I thought that this was required for a PostGIS-enabled database anyway..?
It is a very straightforward database: two tables imported from
shapefiles with shp2pgsql:
# \dt
List of relations
Schema | Name | Type | Owner
--------+----------------------+-------+-----------
public | dmti_qc_streets_2008 | table | christian
public | geometry_columns | table | christian
public | sdr_2001 | table | christian
public | spatial_ref_sys | table | christian
On Sat, Oct 22, 2011 at 12:58 PM, p valdes <p.valdes334 at gmail.com> wrote:
> have you do this?
>
> createlang plpgsql mydatabase
> _______________________________________________
> 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