I run this command
pg_dump mydatabase > backupfile
and after that delete some record from table in mydatabase and then run
psql mydatabase < backupfile
then in table occurred data redundancy problem.
I run this command
pg_dump mydatabase > backupfile
and after that delete some record from table in mydatabase and then run
psql mydatabase < backupfile
then in table occurred data redundancy problem.