Re: [pgadmin-support] "Invalid byte sequence" message

2011-02-26 Thread Maximilian Tyrtania
Am 23.02.2011 um 21:41 schrieb Guillaume Lelarge: > Le 22/02/2011 21:58, Guillaume Lelarge a écrit : >> Le 16/02/2011 14:21, Maximilian Tyrtania a écrit : >>> Just found this in my log file: >>> >>> ERROR: invalid byte sequence for >>> encoding "UTF8": 0xe3bc64 >>> STATEMENT: SELECT >>> pg_fi

Re: [pgadmin-support] "Invalid byte sequence" message

2011-02-23 Thread Guillaume Lelarge
Le 23/02/2011 23:57, Vik Reykja a écrit : > On Wed, Feb 23, 2011 at 23:37, Guillaume Lelarge > wrote: > >> >> >>> >>> I disagree. Any system that offers to write my messages in French should >> do >>> so correctly, *especially* if it's the default. >>> >> Any production server should have

Re: [pgadmin-support] "Invalid byte sequence" message

2011-02-23 Thread Vik Reykja
On Wed, Feb 23, 2011 at 23:37, Guillaume Lelarge wrote: > >> > > > > I disagree. Any system that offers to write my messages in French should > do > > so correctly, *especially* if it's the default. > > > > >> Any production server should have lc_messages set to C. > Yeah. There are three main i

Re: [pgadmin-support] "Invalid byte sequence" message

2011-02-23 Thread Guillaume Lelarge
Le 23/02/2011 23:20, Vik Reykja a écrit : > On Wed, Feb 23, 2011 at 23:11, Guillaume Lelarge > wrote: > >> > default) on a French Windows. >>> >>> See this unresolved thread for more info: >>> http://archives.postgresql.org/pgsql-bugs/2010-09/msg00138.php >>> >> >>> I get it quite easily with LC

Re: [pgadmin-support] "Invalid byte sequence" message

2011-02-23 Thread Vik Reykja
On Wed, Feb 23, 2011 at 23:11, Guillaume Lelarge wrote: > > default) on a French Windows. > > > > See this unresolved thread for more info: > > http://archives.postgresql.org/pgsql-bugs/2010-09/msg00138.php > > > > > I get it quite easily with LC_MESSAGES = 'French, France' (the > installer's > T

Re: [pgadmin-support] "Invalid byte sequence" message

2011-02-23 Thread Guillaume Lelarge
Le 23/02/2011 22:51, Vik Reykja a écrit : > On Wed, Feb 23, 2011 at 21:41, Guillaume Lelarge > wrote: > >> Le 22/02/2011 21:58, Guillaume Lelarge a écrit : >>> Le 16/02/2011 14:21, Maximilian Tyrtania a écrit : Just found this in my log file: ERROR: invalid byte sequence for >> en

Re: [pgadmin-support] "Invalid byte sequence" message

2011-02-23 Thread Vik Reykja
On Wed, Feb 23, 2011 at 21:41, Guillaume Lelarge wrote: > Le 22/02/2011 21:58, Guillaume Lelarge a écrit : > > Le 16/02/2011 14:21, Maximilian Tyrtania a écrit : > >> Just found this in my log file: > >> > >> ERROR: invalid byte sequence for > encoding "UTF8": 0xe3bc64 > >> STATEMENT: SELECT > p

Re: [pgadmin-support] "Invalid byte sequence" message

2011-02-23 Thread Little, Douglas
n Tyrtania Cc: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] "Invalid byte sequence" message Le 22/02/2011 21:58, Guillaume Lelarge a écrit : > Le 16/02/2011 14:21, Maximilian Tyrtania a écrit : >> Just found this in my log file: >> >> ERROR: inv

Re: [pgadmin-support] "Invalid byte sequence" message

2011-02-23 Thread Guillaume Lelarge
Le 22/02/2011 21:58, Guillaume Lelarge a écrit : > Le 16/02/2011 14:21, Maximilian Tyrtania a écrit : >> Just found this in my log file: >> >> ERROR: invalid byte sequence for >> encoding "UTF8": 0xe3bc64 >> STATEMENT: SELECT >> pg_file_read('pg_log/postgresql-2011-02-16_00.log', 10, 50

Re: [pgadmin-support] "Invalid byte sequence" message

2011-02-22 Thread Guillaume Lelarge
Le 16/02/2011 14:21, Maximilian Tyrtania a écrit : > Just found this in my log file: > > ERROR: invalid byte sequence for > encoding "UTF8": 0xe3bc64 > STATEMENT: SELECT > pg_file_read('pg_log/postgresql-2011-02-16_00.log', 10, 5) > > Still not sure what's going on there. Apparent

Re: [pgadmin-support] "Invalid byte sequence" message

2011-02-16 Thread Maximilian Tyrtania
Just found this in my log file: ERROR: invalid byte sequence for encoding "UTF8": 0xe3bc64 STATEMENT: SELECT pg_file_read('pg_log/postgresql-2011-02-16_00.log', 10, 5) Still not sure what's going on there. Apparently the contents of the logfile are not valid UTF8 characters. Also

[pgadmin-support] "Invalid byte sequence" message

2011-02-15 Thread Maximilian Tyrtania
Hi again, i upgraded im pg installation to 9.0.3 (from 8.4.2) and now i'm having trouble looking at my log files with pg admin 1.12.2. (on Mac OS 10.6) - on every refresh I'd get a messagebox saying: 2011-02-15 14:28:12 ERROR : ERROR: invalid byte sequence for encoding "UTF8": 0xe3b66c The