Re: [BUGS] select to_number('1,000', '999,999');

2004-11-23 Thread Karel Zak
On Mon, 2004-11-22 at 11:08 -0500, Tom Lane wrote: > Stephan Szabo <[EMAIL PROTECTED]> writes: > > No, but I think you're supposed to use FM in such cases. > > > > select to_number(1000, 'FM999,999'); > > Good point --- I had forgot about FM. In that case there *is* a bug > here, but I'm not sure

Re: [BUGS] BUG #1320: 7.3.8 server RPM has file error

2004-11-23 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 23 Nov 2004, Simon Riggs wrote: I've just realised that you *have* made a change to the 7.3.8 RPMs for Fedore Core 1...you've updated the readme. Referring to the readme...My problem was the RPMs didn't install, not that I couldn't get them to r

Re: [BUGS] Getting weird results with unicode table...

2004-11-23 Thread Tom Lane
"David B" <[EMAIL PROTECTED]> writes: > Two possible bugs. > #1 Loading unicode data. I'm thinking that the dump file probably doesn't set client_encoding, or if it does, sets it to the wrong thing. Is the data in the dump file actually UTF8, or is it in some other encoding? > select substring

Re: [BUGS] select to_number('1,000', '999,999');

2004-11-23 Thread David Schweikert
Hi Karel, On Tue, Nov 23, 2004 at 09:39:21 +0100, Karel Zak wrote: > It's to_number() bug. I'm not sure if now (before release) is good time > to fix it. The code of to_number() is not stable for changes and maybe > we can fix this bug add some other new... I have the workaround with 'FM' so it i

Re: [BUGS] Hi

2004-11-23 Thread Harald Armin Massa
Siva, yes, this ist the correct version. Regards, Harald On Mon, 22 Nov 2004 19:47:55 +0530, Siva Ganesh <[EMAIL PROTECTED]> wrote: > Hi > > I wanted to involve in Postgres beta testing. I want to the test the Windows > Beta version. > > I have downloaded the below > > ftp://ftp4.ar.postgre

Re: [BUGS] BUG #1320: 7.3.8 server RPM has file error

2004-11-23 Thread Simon Riggs
On Tue, 2004-11-23 at 09:02, Devrim GUNDUZ wrote: > On Tue, 23 Nov 2004, Simon Riggs wrote: > > > I've just realised that you *have* made a change to the 7.3.8 RPMs for > > Fedore Core 1...you've updated the readme. > > > > Referring to the readme...My problem was the RPMs didn't install, not > >

[BUGS] 8.0.0beta5 fails "make check" on Solaris9/i386

2004-11-23 Thread Chris Albertson
Hello, "make check" failed on my system. See the last line below and the "/./" in the pathname. Ask if you want more information then I have included below. I'm not subscribbed to the list. Send direct e-mail. Thanks for all the hard work. I'm using 7.4 in daily production on same system.

Re: [BUGS] 8.0.0beta5 fails "make check" on Solaris9/i386

2004-11-23 Thread Tom Lane
Chris Albertson <[EMAIL PROTECTED]> writes: > creating directory > /home/alberts/postgresql-8.0.0beta5/src/test/regress/./tmp_check/data > ... initdb: failed Now that I look at it, the new improved incarnation of initdb seems prone to say no more than that after a lot of different errors :-(. But