Another addition to this (bit off topic, though): sometimes you have to run a command twice in order to get a command executed. It happens that when the initial command is executed, Postgres/PostGIS throws an error. When running the command for the second time, all is ok.. :-)
On Mon, Mar 3, 2008 at 10:09 PM, Steven De Vriendt <[EMAIL PROTECTED]> wrote: > In addition to that, using the latest release of Postgres I had to rename > libiconv2.dll to libiconv-2.dll in order to use shp2pgsql in Windows > Vista. > Whitout renaming, shp2pgsql crashes on this dll > > Steven > > > On Mon, Mar 3, 2008 at 8:21 PM, Paul Ramsey <[EMAIL PROTECTED]> > wrote: > > > Sometimes the pipe operation ain't great on Windows, try doing it in two > > steps > > > > shp2psql > file.sql > > psql -f file.sql > > > > On 2/28/08, Intengu Technologies <[EMAIL PROTECTED]> wrote: > > > I am running Windows with Postgis 1.3.2 (installed using Appication > > Stack > > > Builder) on Postgresql 8.3 on running shp2pgsql.exe -s 4148 > > c:\province.shp > > > province | psql -d spatialdb -U username and then entering password, > > the > > > table is not loaded. What could I be doing wrong. > > > -- > > > Sindile Bidla > > > _______________________________________________ > > > postgis-users mailing list > > > [email protected] > > > http://postgis.refractions.net/mailman/listinfo/postgis-users > > > > > > > > _______________________________________________ > > postgis-users mailing list > > [email protected] > > http://postgis.refractions.net/mailman/listinfo/postgis-users > > > >
_______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
