Created
September 6, 2017 15:39
-
-
Save whohe/8c37dbbcbd58ca1a1ab2e5a33f3afac1 to your computer and use it in GitHub Desktop.
Extraer datos de tabla como inserts
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 -h localhost -U postgres -d orfeo_db -t autg_grupos -f /tmp/grupos.sql --column-inserts -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment