Skip to content

Instantly share code, notes, and snippets.

@leandroh
Forked from jonatas/PostgreSQL DatabaseDump
Created April 1, 2009 17:59
Show Gist options
  • Save leandroh/88806 to your computer and use it in GitHub Desktop.
Save leandroh/88806 to your computer and use it in GitHub Desktop.
pg_dump -D -U nome_usuario -h 127.0.0.1 -i -f nome_arquivo.sql -n nome_schema -T ignorar_tabela nome_banco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment