Guest User

Untitled

a guest
Sep 5th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. CREATE DATABASE FOO;
  2.  
  3. default_tablespace = 'hdd_tablespace'
  4.  
  5. ALTER DATABASE template1 SET TABLESPACE hdd_tablespace;
Advertisement
Add Comment
Please, Sign In to add comment