Re: [SQL] Change the Default Database

2007-02-27 Thread Rommel the iCeMAn
Hi Steve, Thanks for the alternative method, I will give that a try as well. It's nice to know there is more than one road to reach a destination. Thanks again, Rommel Edwards Software Developer, Barbados, Caribbean. ---(end of broadcast)--- TIP 9

Re: [SQL] Change the Default Database

2007-02-27 Thread Steve Midgley
Hi Rommel, I thought I'd throw a little more input in, as an alternative to psql. I use Ruby on Rails with Postgres, and for testing, it drops the testing database, recreates it and loads the structures dumped from the development database, before running tests - to ensure a clean test every