Re: encoding of PostgreSQL messages
От
John DeSoi
Тема
Re: encoding of PostgreSQL messages
Дата
Msg-id
642262EA-CE75-48E0-8574-7BEADDAC5766@pgedit.com
Ответ на
encoding of PostgreSQL messages (Karsten Hilbert)
Список
Дерево обсуждения
encoding of PostgreSQL messages Karsten Hilbert <Karsten.Hilbert@gmx.net>
Re: encoding of PostgreSQL messages Alvaro Herrera <alvherre@commandprompt.com>
Re: encoding of PostgreSQL messages Karsten Hilbert <Karsten.Hilbert@gmx.net>
Re: encoding of PostgreSQL messages Alvaro Herrera <alvherre@commandprompt.com>
Re: encoding of PostgreSQL messages Karsten Hilbert <Karsten.Hilbert@gmx.net>
Re: encoding of PostgreSQL messages Tom Lane <tgl@sss.pgh.pa.us>
Re: encoding of PostgreSQL messages "Karsten Hilbert" <Karsten.Hilbert@gmx.net>
Re: encoding of PostgreSQL messages Peter Eisentraut <peter_e@gmx.net>
Re: encoding of PostgreSQL messages Tom Lane <tgl@sss.pgh.pa.us>
Re: encoding of PostgreSQL messages "Karsten Hilbert" <Karsten.Hilbert@gmx.net>
Re: encoding of PostgreSQL messages "Karsten Hilbert" <Karsten.Hilbert@gmx.net>
Re: encoding of PostgreSQL messages Peter Eisentraut <peter_e@gmx.net>
Re: encoding of PostgreSQL messages Karsten Hilbert <Karsten.Hilbert@gmx.net>
Re: encoding of PostgreSQL messages Bruce Momjian <bruce@momjian.us>
Re: encoding of PostgreSQL messages Hiroshi Inoue <inoue@tpf.co.jp>
Re: encoding of PostgreSQL messages Bruce Momjian <bruce@momjian.us>
Re: encoding of PostgreSQL messages Peter Eisentraut <peter_e@gmx.net>
Re: encoding of PostgreSQL messages Tom Lane <tgl@sss.pgh.pa.us>
Re: encoding of PostgreSQL messages Karsten Hilbert <Karsten.Hilbert@gmx.net>
Re: encoding of PostgreSQL messages Hiroshi Inoue <inoue@tpf.co.jp>
Re: encoding of PostgreSQL messages Hiroshi Inoue <inoue@tpf.co.jp>
Re: encoding of PostgreSQL messages Tom Lane <tgl@sss.pgh.pa.us>
Re: encoding of PostgreSQL messages Hiroshi Inoue <inoue@tpf.co.jp>
Re: encoding of PostgreSQL messages Karsten Hilbert <Karsten.Hilbert@gmx.net>
Re: encoding of PostgreSQL messages Peter Eisentraut <peter_e@gmx.net>
Re: encoding of PostgreSQL messages Tom Lane <tgl@sss.pgh.pa.us>
Re: encoding of PostgreSQL messages Peter Eisentraut <peter_e@gmx.net>
How to check if 2 series of data are equal "Paolo Saudin" <paolo@ecometer.it>
Re: How to check if 2 series of data are equal Adrian Klaver <aklaver@comcast.net>
R: How to check if 2 series of data are equal "Paolo Saudin" <paolo@ecometer.it>
Re: R: How to check if 2 series of data are equal Adrian Klaver <aklaver@comcast.net>
R: R: How to check if 2 series of data are equal "Paolo Saudin" <paolo@ecometer.it>
Re: R: R: How to check if 2 series of data are equal Adrian Klaver <aklaver@comcast.net>
R: R: R: How to check if 2 series of data are equal "Paolo Saudin" <paolo@ecometer.it>
Re: R: R: How to check if 2 series of data are equal Octavio Alvarez <alvarezp@alvarezp.ods.org>
Re: How to check if 2 series of data are equal Sam Mason <sam@samason.me.uk>
Re: encoding of PostgreSQL messages Hiroshi Inoue <inoue@tpf.co.jp>
Re: encoding of PostgreSQL messages Karsten Hilbert <Karsten.Hilbert@gmx.net>
Re: encoding of PostgreSQL messages Peter Eisentraut <peter_e@gmx.net>
Re: encoding of PostgreSQL messages Hiroshi Inoue <inoue@tpf.co.jp>
Re: encoding of PostgreSQL messages "Karsten Hilbert" <Karsten.Hilbert@gmx.net>
Re: encoding of PostgreSQL messages John DeSoi <desoi@pgedit.com>
On Dec 23, 2008, at 4:24 PM, Karsten Hilbert wrote: > How can I programmatically detect which encoding a > PostgreSQL server I am trying to connect to sends back > messages -- before I connect (so client_encoding and > the pg_settings table are flat out). I don't think there is a way because you can't get any information without authorizing first. It is also unclear to me how things work in the other direction. When authenticating, what if the user or database name have non-ascii characters. Are they interpreted in the encoding of the server since the client has not established an encoding? John DeSoi, Ph.D.
В списке pgsql-general по дате отправления