[postgis-users] OT: shp2sde on postgresql
Yves Moisan
yves.moisan at boreal-is.com
Wed Feb 10 11:48:46 PST 2010
Answering to self : one of the shp2sde options says :
-l
Map layer table and spatial column to load. They **must exist**, and the
user must either own the table or have INSERT access to it. If you do
not own the table, qualify the table name as "owner.table".
Turns out `-l nonexistentTable,feature` will work just fine on the
commandline. And they'll work *only* if the table does not exist first.
Go figure.
> OK. Please disregard this email. I realize now the person who setup
> the server did not install PostGIS.
>
> Sorry for the noise.
>
> Yves
>
> > Hi All,
> >
> > This is slightly OT, but someone has installed ArcSDE with PostgreSQL on
> > a windows 2008 server and I'm trying to use shp2sde and it's not as easy
> > as shp2pgsql ...
> >
> > Has anybody used shp2sde with such a setup ? I'm wondering if I have to
> > create the destination table beforehand and if so in which schema (the
> > installer creates two schemas : 'public' and 'sde'). I've come across
> > examples using MS-SQL Server, but I'd like to know if there are
> > peculiarities with PostgreSQL. I thought of using shp2pgsql to upload
> > directly, but none of the executables that come with PostGIS (e.g.
> > shp2pgsql) are installed with the SDE installer so I guess I need to use
> > shp2sde.
> >
> > Pointers appreciated.
> >
> > Cheers,
> >
> > Yves
> >
> > _______________________________________________
> > postgis-users mailing list
> > postgis-users at postgis.refractions.net
> > http://postgis.refractions.net/mailman/listinfo/postgis-users
>
> _______________________________________________
> 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