[BUGS] BUG #4960: Unexpected timestamp rounding

2009-07-31 Thread Matthias
The following bug has been logged online: Bug reference: 4960 Logged by: Matthias Email address: matthias.ce...@gmail.com PostgreSQL version: 8.3.7 Operating system: Windows XP Description:Unexpected timestamp rounding Details: Dear developers, I noticed an

[BUGS] BUG #3796: crash after select from indexed columns

2007-12-03 Thread Matthias
The following bug has been logged online: Bug reference: 3796 Logged by: Matthias Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3beta3 Operating system: Win XP SP2 Description:crash after select from indexed columns Details: Hi all, I'm not sure if

Re: [BUGS] BUG #4960: Unexpected timestamp rounding

2009-08-01 Thread Matthias Cesna
rt of a timestamp is limited to 4 digits. This is where I noted the rounding which had occurred as a result of my data imports into Postgresql. Thanks again for your information and sorry for the disturbance :-) Regards, Matthias On Fri, Jul 31, 2009 at 11:00 PM, Kevin Grittner < kevin.gritt

[BUGS] Re: [HACKERS] Sigh, LIKE indexing is *still* broken in foreign locales

2000-06-07 Thread Matthias Urlichs
tore everything on the server in Unicode" camp. Let the parser convert everything to Unicode on the way in, and vice versa. There's no sense, IMHO, in burdening the SQL core with multiple character encoding schemes. -- Matthias Urlichs | noris network GmbH | [EMAIL PRO

Re: [BUGS] BUG #2844: gmake install fails

2006-12-20 Thread Matthias . Pitzl
That's no bug of PostgreSQL or even gmake. You have to execute the gmake install command as user root or use destination directories you can write to as regular user. Greetings, Matthias > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Beh

[BUGS] 8.3 problems with sspi authentication

2008-02-21 Thread Matthias Mohr
line. Am I doing something wrong or is this a (known) bug? I'm using Windows XP Professional with SP2 and a lot of additional Microsoft fixes. I installed PostgreSQL with the Windows installer. My computer is not part of any Domain or Active Directory... Any suggestions (or helpful

Re: [BUGS] BUG #3981: Can not Install PostgreSQL - error at the end of installation

2008-02-22 Thread Matthias Mohr
dialog says was "an error occured" - nothing else) I solved it by not initializing the database (I did it afterwards by hand). Sorry, if this is not very helpful for you - but that was the only thing I could do on that computer for running 8.3 with regards, Matthias -

Re: [BUGS] 8.3 problems with sspi authentication

2008-02-24 Thread Matthias Mohr
erman language version of Windows XP Pro if that matters. with regards, Matthias ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your m

Re: [BUGS] 8.3 problems with sspi authentication

2008-02-27 Thread Matthias Mohr
here! But I need more informations on where I can have a look at to find a solution for my problem. with regards, Matthias - Original Message - From: "Matthias Mohr" <[EMAIL PROTECTED]> To: ; "Christian Ullrich" <[EMAIL PROTECTED]> Sent: Sunday, February

Re: [BUGS] 8.3 problems with sspi authentication

2008-02-28 Thread Matthias Mohr
etailed log file which could tell me what exactly goes wrong (and where)... Eh, unless, you do have sspi in your pg_hba.conf, right, not gssapi? Yes I have "sspi" in my pg_hba.conf! regards, Matthias ---(end of broadcast)--- TIP 1: if post

[BUGS] BUG #2227: Internal account lookup error

2006-02-01 Thread Matthias Klein
The following bug has been logged online: Bug reference: 2227 Logged by: Matthias Klein Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.2 Operating system: Windows XP Description:Internal account lookup error Details: While installing PostgreSQL 8.1.2-1 on

[BUGS] BUG #6146: COLLATE in ORDER BY not working with column names defined with "AS"

2011-08-03 Thread Matthias Kurz
The following bug has been logged online: Bug reference: 6146 Logged by: Matthias Kurz Email address: m.k...@irregular.at PostgreSQL version: 9.1beta3 Operating system: Ubuntu 11.04 64 bit Description:COLLATE in ORDER BY not working with column names defined with &qu

[BUGS] round(50.5) = 50

2004-02-28 Thread Philipp Matthias Hahn
Hello! # SELECT round(5.5::float4),round(50.5::float4); round | round ---+--- 6 |50 (1 row) I think this is a bug, since I would expect 6 and 51. Doing the same without the float4-cast, it works correct. This bug bites me while passing parameters to a plpgsql function. This ha

Re: [BUGS] round(50.5) = 50

2004-03-05 Thread Philipp Matthias Hahn
Peter Eisentraut wrote: Philipp Matthias Hahn wrote: # SELECT round(5.5::float4),round(50.5::float4); round | round ---+--- 6 |50 (1 row) I think this is a bug, since I would expect 6 and 51. The default rounding mode for floating point (determined by your C library, mostly) it