Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. postgres=# SELECT pg_size_pretty( pg_database_size( 'soft' ) );
  2. pg_size_pretty
  3. ----------------
  4. 2524 MB
  5. (1 row)
  6.  
  7. pg_dump -x -O -U postgres -h localhost soft > db_soft.sql
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement