There is no error generated by shp2pgsql that I can see.

Doing it in two steps, only creates an empty table.

Strangely if I use PostgreSQL 8.2 with Postgis 1.3.2, everything works fine.

On 03/03/2008, 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
>



-- 
Sindile Bidla
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to