In a project that I support, we already have PostgreSQL database in different environments - Development, Integration and. production. I know we can take a back up of Integration database with PG_Dump and restore it to Development in order to sync those databases.
However, I want to understand if I can use the back up file from PG_dump to create the database locally in my system?