I need to restore a big table (250mb) in PostgreSQL database in console tool. How I can do this using ps_dump or psql?
Just connect to database with psql and run \i /path/to/filename.sql.
psql
\i /path/to/filename.sql