Re: "Invalid byte sequence" message

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Maximilian Tyrtania <lists(at)contactking(dot)de>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: "Invalid byte sequence" message
Date: 2011-02-22 20:58:43
Message-ID: 4D642383.1040609@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Le 16/02/2011 14:21, Maximilian Tyrtania a écrit :
> Just found this in my log file:
>
> <postgres%2011-02-16 13:55:32 CET22021>ERROR: invalid byte sequence for encoding "UTF8": 0xe3bc64
> <postgres%2011-02-16 13:55:32 CET22021>STATEMENT: SELECT pg_file_read('pg_log/postgresql-2011-02-16_000000.log', 100000, 50000)
>
> Still not sure what's going on there. Apparently the contents of the logfile are not valid UTF8 characters. Also, after i clicked the message boxes away, the log files contents appear incomplete in the log viewer (a couple hours worth of entries are simply missing).
>

I suppose it stopped to process the rest of the file once it found an
invalid UTF8 character. There's not much we can do about this.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Melvin Davidson 2011-02-22 22:37:58 Re: Bug -PGAdmin 1.12.2
Previous Message Guillaume Lelarge 2011-02-22 20:56:58 Re: Bug report: Syntax Coloring