Re: [SQL] Strange behavior

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Christophe Labouisse <labouiss(at)cybercable(dot)fr>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Strange behavior
Date: 1999-05-10 16:33:00
Message-ID: 199905101633.MAA07295@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Can someone comment on this?

[Charset ISO-8859-1 unsupported, filtering to ASCII...]
> Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
>
>
> > > Well I guess that's it since \377 in fr_FR is _ (ydierisis).
> >
> > And I suppose that sorts before, or the same as, plain y? Oops.
>
> Yep.
>
> >
> > As a temporary measure you could rebuild with USE_LOCALE turned on;
> > the parser code is set up not to generate the <= clause if that's
> > defined. But we need a better solution.
>
> Hmm that's strange I though I compiled already with locale
> enabled. Here is the configure line from config.status :
>
> # ./configure --with-tcl --with-perl --with-odbc --with-CC=/opt/pgcc/bin/gcc --
> with-CXX=/opt/pgcc/bin/g++ --enable-locale
>
> That's should be good no ?
>
> Anyway I'll check it again. Anyway I think that even without locale
> this optimization can lead to incorrect result if you have a a field
> starting with \377.
>

[Charset ISO-8859-1 unsupported, filtering to ASCII...]
> Christophe Labouisse : Cin_ma, typographie, Unix
> christophe(dot)labouisse(at)dial(dot)oleane(dot)com http://www.multimania.com/gabuzo/
> Le cin_ma en Lumi_re : http://www.lumiere.org/

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 1999-05-10 16:34:31 Re: [SQL] Strange behavior
Previous Message Tom Lane 1999-05-10 16:29:26 Re: [SQL] Simple Optimization Problem