Skip to content

Instantly share code, notes, and snippets.

@ilyasProgrammer
Last active January 26, 2017 15:44
Show Gist options
  • Save ilyasProgrammer/5699e89216d1347fdb90c5d7e690ae4d to your computer and use it in GitHub Desktop.
Save ilyasProgrammer/5699e89216d1347fdb90c5d7e690ae4d to your computer and use it in GitHub Desktop.
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