27 lip 2009

Dump tabeli w postgresql

pg_dump -h host -d baza_www -U user -t tabela -f 'plik.txt' -a -W
psql -h host -d baza_www -U user -f 'plik.txt' -W