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
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