Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. pg_dump -U postgres -n test2 -t t1 -t t2 rafiu > test_schema.sql
  2.  
  3. pg_dump -U postgres -t test2.t1 -t test2.t2 rafiu > test_schema.sql
  4.  
  5. -t
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement