# create compressed file dump of database table pg_dump --table=routing_way mtbmap_data -U xtesar7 -Fc > 2014-01-27_routing_way_cz.dump # load compressed dump of table into database pg_restore --table=routing_way -d mtbmap_data -U xtesar7 compressed_table.dump