pgsql: Add item: > > * Set client encoding based on the client - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add item: > > * Set client encoding based on the client
Date
Msg-id 20060918155223.8CAEA9FB2D8@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add item:

>
> * Set client encoding based on the client operating system encoding
>
>   Currently client_encoding is set in postgresql.conf, which
>   defaults to the server encoding.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1985 -> r1.1986)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1985&r2=1.1986)
    pgsql/doc/src/FAQ:
        TODO.html (r1.487 -> r1.488)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.487&r2=1.488)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add URL to UPDATE unique index case x=x+1: < >
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix problems with column name list of CREATE TABLE AS being