Skip to content

Instantly share code, notes, and snippets.

@whohe
Created September 6, 2017 15:39
Show Gist options
  • Save whohe/8c37dbbcbd58ca1a1ab2e5a33f3afac1 to your computer and use it in GitHub Desktop.
Save whohe/8c37dbbcbd58ca1a1ab2e5a33f3afac1 to your computer and use it in GitHub Desktop.
Extraer datos de tabla como inserts
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