When i look up Moving a database with pg_dump and psql -U postgres db_name < ... results in "ERROR: relation "table_name" does not exist" and found -Fp
option from @John P 's answer
I have look up for documentation https://www.postgresql.org/docs/9.6/app-pgdump.html
but i cannot find any desciption about -Fp
So what does -Fp
mean for ? Any Description ?