User Tools

Site Tools


ramfs_based_table_space

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
ramfs_based_table_space [2012/03/23 19:40]
k2patel [Automating the process]
ramfs_based_table_space [2012/03/23 19:41]
k2patel [Automating the process]
Line 82: Line 82:
  
 <code bash> <code bash>
-         pg_dump --create --schema-only --file=/​root/​memdb.sql --host=localhost -U postgres memdb+  ​pg_dump --create --schema-only --file=/​root/​memdb.sql --host=localhost -U postgres memdb
 </​code> ​         </​code> ​        
  
-    ​Stop postmaster (original init code) +Stop postmaster (original init code) 
-    Unmount ramfs: +== Unmount ramfs: ​== 
-    +   ​
 <code bash> <code bash>
          ​umount /mnt/ramfs          ​umount /mnt/ramfs
Line 118: Line 118:
 == Start postmaster (original init code) == == Start postmaster (original init code) ==
  
-    ​Drop the database because it exists in PostgreSQL system tables only.+Drop the database because it exists in PostgreSQL system tables only.
  
 <code bash> <code bash>
ramfs_based_table_space.txt · Last modified: 2020/08/10 02:35 (external edit)