Duplicate Postgresql Database

To make a copy of, or duplicate, or replicate a PostgresSQL database is very easy.

Just run the following command with the postgres user account: (from http://bytes.com/forum/thread173311.html)

createdb -T olddb newdb

 
postgresql.txt · Last modified: 2008/10/09 16:37 by 169.130.144.202
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki