Re: Posgresql to MSsql encoding problem

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Pedro Doria Meunier <pdoria(at)netmadeira(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Posgresql to MSsql encoding problem
Date: 2009-10-09 15:02:46
Message-ID: dcc563d10910090802o56bc6c3ahe5a093031cd59be2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Oct 9, 2009 at 8:49 AM, Pedro Doria Meunier
<pdoria(at)netmadeira(dot)com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi Sam,
> Thanks for your answer! :)
>
> The matter of fact is that the script itself is the connected client
> where the postgresql server is concerned.
>
> It then connects to another server (the M$SQL one) and, on a row
> basis, inserts data coming from the aforementioned connection...
>
> So, to all effects, the script is *the* client... :)

It's a php script, right? Just issue a pg_query("set client encoding
yadayada;") at the beginning.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Leif B. Kristensen 2009-10-09 15:11:07 Re: Posgresql to MSsql encoding problem
Previous Message Pedro Doria Meunier 2009-10-09 14:49:49 Re: Posgresql to MSsql encoding problem