Re: [BUGS] BUG #1871: operations with data types

2005-09-10 Thread Michael Fuhr
On Sun, Sep 11, 2005 at 12:43:58AM -0400, Tom Lane wrote: > Michael Fuhr <[EMAIL PROTECTED]> writes: > > Apparently the two intervals don't cancel each other out (i.e., > > they're not optimized to zero), > > Well, no, because + and - associate left-to-right. Sure, I wasn't expecting any differen

Re: [BUGS] BUG #1871: operations with data types

2005-09-10 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > Apparently the two intervals don't cancel each other out (i.e., > they're not optimized to zero), Well, no, because + and - associate left-to-right. > so effectively we get this: > test=> select '2005-08-31'::date + '1 month'::interval; > ?column?

Re: [BUGS] BUG #1870: Insertion problem

2005-09-10 Thread Michael Fuhr
On Fri, Sep 09, 2005 at 08:54:05AM +0100, Sijin MS wrote: > We are a Software Provider and promoting Linux. Most of our clients are > using Linux. We are using postgres v7.3.2-3 as a backend for our application > software. While inserting data into table, we found that sometime the data > is not in

Re: [BUGS] BUG #1871: operations with data types

2005-09-10 Thread Michael Fuhr
On Fri, Sep 09, 2005 at 01:00:31PM +0100, [EMAIL PROTECTED] wrote: > select '2005-08-31'::date + '1 month'::interval-'1 month'::interval > > from the mathematical me the resulting value should be '2005-08-31' You didn't show any output; this is what I get: test=> select '2005-08-31'::date + '1 m

Re: [BUGS] Race-condition with failed block-write?

2005-09-10 Thread Tom Lane
Arjen van der Meijden <[EMAIL PROTECTED]> writes: > In the postgresql.log a write-failure messages was repeated enough to > make the log file 50MB larger: > [ - 2005-09-07 13:03:47 CEST @] ERROR: xlog flush request 29/67713428 > is not satisfied --- flushed only to 29/2E73E488 > [ - 2005-09-07

Re: [BUGS] BUG #1865: isinf wrongly dectected under Solaris 9

2005-09-10 Thread Tom Lane
Bob Friesenhahn <[EMAIL PROTECTED]> writes: > Ugh. I do think that readline 5.0 itself has a minor bug in that ldd > on libreadline.so does not show a dependency on the curses library, > even though it is obviously required. This means that the linkage of > libreadline.so is incomplete. That'

Re: [BUGS] BUG #1875: Function parameter names clash with table column names

2005-09-10 Thread David Fetter
On Sat, Sep 10, 2005 at 05:46:44PM +0100, Byron wrote: > > The following bug has been logged online: > > Bug reference: 1875 > Logged by: Byron > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.0.3 > Operating system: Windows XP > Description:Function paramet

Re: [BUGS] BUG #1874: Non-Execute Privileges enforced on grant

2005-09-10 Thread Peter Eisentraut
Mark Diener wrote: > It seems the EXECUTE privilege is not the only privilege that is > being checked during the execution of a PL/psql procedure > language/function. The EXECUTE privilege is checked before the function is executed. During the execution of a function, you still need for each ope

Re: [BUGS] BUG #1865: isinf wrongly dectected under Solaris 9

2005-09-10 Thread Bob Friesenhahn
On Thu, 8 Sep 2005, Peter Eisentraut wrote: Bob Friesenhahn wrote: The config.log and a build log are attached. It's puzzling why the test program compiles and links without complaint when the isinf() function does not exist. Can you try to isolate the test program from configure and see wha

[BUGS] BUG #1875: Function parameter names clash with table column names

2005-09-10 Thread Byron
The following bug has been logged online: Bug reference: 1875 Logged by: Byron Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Windows XP Description:Function parameter names clash with table column names Details: ---

[BUGS] BUG #1867: ODBC dirver Problem

2005-09-10 Thread Dave Goertz
The following bug has been logged online: Bug reference: 1867 Logged by: Dave Goertz Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.5 Operating system: Windows XP Professional(Client) Description:ODBC dirver Problem Details: When using ODBC version 07_03_0

[BUGS] BUG #1870: Insertion problem

2005-09-10 Thread Sijin MS
The following bug has been logged online: Bug reference: 1870 Logged by: Sijin MS Email address: [EMAIL PROTECTED] PostgreSQL version: v7.3.2-3 Operating system: Redhat 9 Description:Insertion problem Details: Dear Sir or Madam: We are a Software Provider and promo

[BUGS] BUG #1868: Initdb error during silent install on windows 2000

2005-09-10 Thread Karim Mardhani
The following bug has been logged online: Bug reference: 1868 Logged by: Karim Mardhani Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.1 Operating system: Windows 2000 service pack 4 Description:Initdb error during silent install on windows 2000 Details: I

[BUGS] BUG #1874: Non-Execute Privileges enforced on grant

2005-09-10 Thread Mark Diener
The following bug has been logged online: Bug reference: 1874 Logged by: Mark Diener Email address: [EMAIL PROTECTED] PostgreSQL version: 8.03 Operating system: linux-i686 Description:Non-Execute Privileges enforced on grant Details: It seems the EXECUTE privilege i

[BUGS] BUG #1873: "Invalid username specified" during install

2005-09-10 Thread Lee Benson
The following bug has been logged online: Bug reference: 1873 Logged by: Lee Benson Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Windows XP Pressional Description:"Invalid username specified" during install Details: I am trying to rei

[BUGS] BUG #1872: Failed to create process: 2!

2005-09-10 Thread Hugo Cesar
The following bug has been logged online: Bug reference: 1872 Logged by: Hugo Cesar Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1, 8.2 and8.3 Operating system: Win2000 Server and Win2000 Pro Description:Failed to create process: 2! Details: This error app

[BUGS] Error Failed to create process: 2! with Installer

2005-09-10 Thread al979663
Hi I have the next error Failed to create process: 2! with Windows2000 Professional and Windows2000 Server with installer PostgreSQL 8.0.1, 8.0.2 and 8.0.3 Thanks! ---(end of broadcast)--- TIP 5: don't forget to increase your free space ma

[BUGS] Race-condition with failed block-write?

2005-09-10 Thread Arjen van der Meijden
Hi list, I noticed a development machine was responding terribly slow, and found out postgresql had consumed all available memory: USER PID %CPU %MEMVSZ RSS TTY STAT START TIME COMMAND postgres 7465 0.0 0.0 16636 928 ?SSep05 0:00 /usr/bin/postmaster -D /

[BUGS] BUG #1871: operations with data types

2005-09-10 Thread
The following bug has been logged online: Bug reference: 1871 Logged by: Email address: [EMAIL PROTECTED] PostgreSQL version: 7-8 Operating system: Linux Description:operations with data types Details: May be it is not bug, but anywhere: here you are sample query