Re: [GENERAL] change database

2009-07-17 Thread Florian Chis
Since there is no other way, I'll close it then reopen it again. Thank you for your time. Regards, Florian Chis 2009/7/15 Bill Moran > In response to Florian Chis : > > > > I'm working on a port from mysql to postgres. I have a function which > > connect's

[GENERAL] change database

2009-07-15 Thread Florian Chis
Hi, I'm working on a port from mysql to postgres. I have a function which connect's to the database, checks for database existance and creates it otherwise. The last thing it does it executes "use my_database" (mysql stuff). Now I'm trying to find something similar in postgres. I know that psql ha