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 to the database, checks for database
In response to Florian Chis :
>
> 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 si
On Wed, 2009-07-15 at 11:36 +0300, Florian Chis wrote:
> 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 tryin
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
On Fri, May 18, 2007 at 02:46:26AM -0700, filippo wrote:
> I have a problem to entry data to postgres database (latin9) from my
> perl/tk application running on windows (utf8). Whenever I try to entry
> letter with accents, these looks corrupted once stored into database.
>
> A workaround is to se
I have a problem to entry data to postgres database (latin9) from my
perl/tk application running on windows (utf8). Whenever I try to entry
letter with accents, these looks corrupted once stored into database.
A workaround is to set client encoding to UTF8 after creating the
database connection: