Last active
January 26, 2017 15:44
-
-
Save ilyasProgrammer/5699e89216d1347fdb90c5d7e690ae4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pg_dump -t table_to_copy source_db | psql target_db | |
psql database_name < dump.bin | |
>psql | |
ALTER DATABASE zleb OWNER TO odoo8 ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment