Dear List,
I'm trying to solve this problem for more than 2 days, but I have no
other idea.
My system is:
FreeBSD titanium 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49
UTC 2010 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
Tested PgSQL versions are: 8.4 and 9.0.3
Adam PAPAI wrote:
The correct encoding of the values are:
INSERT INTO test (name) values ( 'a' );
INSERT INTO test (name) values ( 'รก' );
INSERT INTO test (name) values ( 'b' );
INSERT INTO test (name) values ( 'c' );
INSERT INTO test (name) values ( 'd' );
INSERT INTO test (name) values (
Adam PAPAI writes:
> [ hu_HU.UTF-8 locale doesn't sort as expected on ]
> FreeBSD titanium 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49
> UTC 2010 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
Do you get the expected sort ordering from the "sort" command either?
I'
Tom Lane wrote:
> Adam PAPAI writes:
>> [ hu_HU.UTF-8 locale doesn't sort as expected on ]
>> FreeBSD titanium 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49
>> UTC 2010 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>
> Do you get the expected sort ordering from the
Christopher Head wrote:
> On Wed, 14 Jul 2010 18:35:55 -0400
> Tom Lane wrote:
>
> > Bruce Momjian writes:
> > > Do the docs need any more updating?
> >
> > No doubt, but it's a bit premature to consider that while we're still
> > arguing whether the code needs to change more.
> >
> >
The following bug has been logged online:
Bug reference: 5867
Logged by: Richard Neill
Email address: postgre...@richardneill.org
PostgreSQL version: 9.03
Operating system: Linux
Description:wish: plpgsql print table for debug
Details:
When debugging a plpgsql funct