Re: [GENERAL] pg_restore: implied data-only restore\n

2011-02-04 Thread Adrian Klaver
On Friday, February 04, 2011 4:35:22 am Andreas Laggner wrote: > Hi list, > > i did a dump (one table) > pg_dump -t tempo.lucas_p1000 -Fc -o -h 134.110.37.20 -p 5432 -U andi -W > gis > /disk2/samba/exportdb/postgres/lucas_p1000_test.out > > and when a want to restore the table > pg_restore -d g

[GENERAL] pg_restore: implied data-only restore\n

2011-02-04 Thread Andreas Laggner
Hi list, i did a dump (one table) pg_dump -t tempo.lucas_p1000 -Fc -o -h 134.110.37.20 -p 5432 -U andi -W gis > /disk2/samba/exportdb/postgres/lucas_p1000_test.out and when a want to restore the table pg_restore -d gis -t tempo.lucas_p1000 -Fc -v -h 134.110.37.20 -p 5432 -U andi -W /disk2/sa