pgsql: Default client encoding to server encoding for dblink

From: joe(at)postgresql(dot)org (Joe Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Default client encoding to server encoding for dblink
Date: 2009-06-09 16:35:36
Message-ID: 20090609163536.EC2A375331E@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Default client encoding to server encoding for dblink connections. Addresses
issue raised by Ruzsinszky Attila and confirmed by others.

----------------------------------------------------------------------

Modified Files:
--------------
pgsql/contrib/dblink:
dblink.c (r1.79 -> r1.80)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.79&r2=1.80)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2009-06-09 16:41:03 pgsql: Dynamically set a lower bound on autovacuum nap time so that we
Previous Message Tom Lane 2009-06-09 14:36:06 pgsql: Fix failure to double-quote function argument names when needed,