Re: [GENERAL] utf8 errors

2013-06-28 Thread Jiří Pavlovský
On 28.6.2013 9:09, Alban Hertroys wrote: > On Jun 26, 2013, at 16:58, Alban Hertroys wrote: > >> On 26 June 2013 11:03, Jiří Pavlovský wrote: >> On 26.6.2013 10:58, Albe Laurenz wrote: >>> Jirí Pavlovský wrote: >>>> I have a win32 application. >&g

Re: [GENERAL] utf8 errors

2013-06-26 Thread Jiří Pavlovský
On 26.6.2013 10:58, Albe Laurenz wrote: > Jirí Pavlovský wrote: >> I have a win32 application. >> LOG: statement: INSERT INTO recipients (DealID, >> Contactid) VALUES (29009, 9387) >> ERROR: invalid byte sequence for encoding "UTF8": 0x9c >> >> >> But the query is

Re: [GENERAL] utf8 errors

2013-06-26 Thread Jiří Pavlovský
On 26.6.2013 13:32, Alban Hertroys wrote: > On 26 June 2013 12:39, Jiří Pavlovský <mailto:j...@pavlovsky.eu>> wrote: > > On 26.6.2013 12:19, Alban Hertroys wrote: >> On 26 June 2013 11:17, Jiří Pavlovský > <mailto:j...@pavlovsky.eu>> wrote: &g

Re: [GENERAL] utf8 errors

2013-06-26 Thread Jiří Pavlovský
On 26.6.2013 12:19, Alban Hertroys wrote: > On 26 June 2013 11:17, Jiří Pavlovský <mailto:j...@pavlovsky.eu>> wrote: > > On 26.6.2013 10:58, Albe Laurenz wrote: > > Jirí Pavlovský wrote: > >> I have a win32 application. > >> LOG:

Re: [GENERAL] utf8 errors

2013-06-26 Thread Jiří Pavlovský
On 26.6.2013 10:58, Albe Laurenz wrote: > Jirí Pavlovský wrote: >> I have a win32 application. >> LOG: statement: INSERT INTO recipients (DealID, >> Contactid) VALUES (29009, 9387) >> ERROR: invalid byte sequence for encoding "UTF8": 0x9c >> >> >> But the query is

Re: [GENERAL] utf8 errors

2013-06-26 Thread Jiří Pavlovský
On 26.6.2013 10:58, Albe Laurenz wrote: > Jirí Pavlovský wrote: >> I have a win32 application. >> LOG: statement: INSERT INTO recipients (DealID, >> Contactid) VALUES (29009, 9387) >> ERROR: invalid byte sequence for encoding "UTF8": 0x9c >> >> >> But the query is

Re: [GENERAL] utf8 errors

2013-06-25 Thread Jiří Pavlovský
om/forum/?hl=cs#!forum/postgresql-cz > > 2013/6/25 Jiří Pavlovský : >> Hello, >> >> I have a win32 application. It uses gtk for GUI and postgres. Recently I >> upgraded to newer gtk and postgres 9.2. I'm now getting utf8 errors from >> postgres. >> The th

[GENERAL] utf8 errors

2013-06-25 Thread Jiří Pavlovský
ncoding is utf8. So I'm stuck not knowing where to look for a problem. Thank you, Jiri -- Jiří Pavlovský -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] postgres crash - illegal instruction

2011-05-24 Thread Jiří Pavlovský
On 24.5.2011 12:40, Pavel Stehule wrote: Hello Dne 24. května 2011 12:21 Jiří Pavlovský napsal(a): Hi, I'v run into the following today: 2893LOG: server process (PID 24519) was terminated by signal 4: Illegal instruction Is this an error in postgres? I'm running 8.4.2 - yes

[GENERAL] postgres crash - illegal instruction

2011-05-24 Thread Jiří Pavlovský
Hi, I'v run into the following today: 2893LOG: server process (PID 24519) was terminated by signal 4: Illegal instruction Is this an error in postgres? I'm running 8.4.2 - yes, I should update. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your

[GENERAL] deadlock on simple update

2010-05-11 Thread Jiří Pavlovský
Hello, I have 8.4.2. I'm getting deadlock when multiple processes try to update a table. Strange is it is a simple table with no triggers firing etc. Just an id and a numerical field to update. So I'm at odds as to what could cause the deadlock? DETAIL: Process 8253 waits for ShareLock on tr