Re: [GENERAL] PostgreSQL is not behaving consistently across platforms

2007-11-21 Thread Alvaro Herrera
Bruno Lavoie escribió: > Hello guys, > > Posted this msg on general & hackers list to get most accurate responses as > possible... > > I plan to use PG with an OpenCRX project... but I read that there's some > probs with PG and strings comparisons Is it true? > Look at: http://www.opencrx.org

Re: [GENERAL] PostgreSQL is not behaving consistently across platforms

2007-11-21 Thread Richard Huxton
Bruno Lavoie wrote: Hello guys, Posted this msg on general & hackers list to get most accurate responses as possible... I plan to use PG with an OpenCRX project... but I read that there's some probs with PG and strings comparisons Is it true? Look at: http://www.opencrx.org/opencrx/1.11

Re: [GENERAL] PostgreSQL is not behaving consistently across platforms

2007-11-20 Thread Tom Lane
Bruno Lavoie <[EMAIL PROTECTED]> writes: > Look at: http://www.opencrx.org/opencrx/1.11/pg.htm [ shrug... ] Text sort ordering is dependent on the locale you use. If these folk want C-locale sorting, they need to initdb in C locale. regards, tom lane -