導出
pg_dump -h hostname -p 5432 -U gilfoyle -s -f /tmp/fleet.sql fleet
導入
psql -U postgres -h hostname -d fleet -f /tmp/fleet.sql
導出
pg_dump -h hostname -p 5432 -U gilfoyle -s -f /tmp/fleet.sql fleet
導入
psql -U postgres -h hostname -d fleet -f /tmp/fleet.sql