> Thanks Doug! I got some weird errors though when trying to run a command to > create db, create user, create elements from the pgAdmin sql editor. I was > trying to test and in a nutshell it not allow me to create the db in the same > script as everything else, because I seperated the parts and it worked fine.
I think it's likely that at some point you wound up connected to wrong db and need a connect command somewhere in your script. For instance, you connect to template1 to start because your db doesn't exist yet, now creating your db doesn't connect you to it. But when you split the script, you explicitly connect to your db for the second script. -- Scott Ribe [EMAIL PROTECTED] http://www.killerbytes.com/ (303) 665-7007 voice ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]