Re: [BUGS] BUG #2731: Cannot install PostgreSQL server on WinXP Media Center Edition

2006-11-03 Thread Harald Armin Massa
Leonid,System Event Viewer has the follwoing entries:1. The PostgreSQL Database Server 8.1 service was successfully sent a startcontrol.2. The PostgreSQL Database Server 8.1 service entered the running state.3. The PostgreSQL Database Server 8.1 service entered the stopped state. please look insid

[BUGS] Operator Classes and ANALYZE

2006-11-03 Thread Rusty Conover
Hi All, It doesn't appear that ANALYZE uses the specified operator class for producing statistics on an index when that operator class is not the default for the data type. This appears to be leading to poor query planning. I'm using: # select version(); -[ RECORD 1 ]-

Re: [BUGS] COPY fails on 8.1 with invalid byte sequences in text

2006-11-03 Thread Jeff Davis
On Tue, 2006-10-31 at 23:18 -0500, Tom Lane wrote: > Jeff Davis <[EMAIL PROTECTED]> writes: > > Is this not a bug? > > I don't actually see that it is. The documentation is perfectly clear > on the point: > > (It is your responsibility that the byte sequences you create > are valid c

Re: [BUGS] COPY fails on 8.1 with invalid byte sequences in text

2006-11-03 Thread Dennis Bjorklund
Tom Lane skrev: Is this not a bug? I don't actually see that it is. The documentation is perfectly clear on the point: (It is your responsibility that the byte sequences you create are valid characters in the server character set encoding.) (This is in 4.1.2.1. String Consta

Re: [HACKERS] [BUGS] bug in timestamp and out of range values

2006-11-03 Thread Joshua D. Drake
>> but again to_date doesn't: >> >> regression=# select to_date('4714-01-27 BC', '-MM-DD BC'); >> to_date >> --- >> 4714-01-27 BC >> (1 row) >> > > I'm not concerned about to_date so much as I am that timestamp_in lets you > store values you can't read with timestamp_out. O

Re: [BUGS] Sugestion for PostgreSQL Developer´s

2006-11-03 Thread Jorge Godoy
"Marcio" <[EMAIL PROTECTED]> writes: > I have a sugestion for pgsql 8.2 or next versions ... > Is complicated encrypt the procedures/functions on Database like Oracle or > similar? > I sugest this because we develop ERP/MRP with complex routines and we like > hide all of this routines...this is ou

Re: [HACKERS] [BUGS] bug in timestamp and out of range values

2006-11-03 Thread Joshua D. Drake
> > postgres=# select '4714-01-27 BC'::date; > ERROR: date out of range: "4714-01-27 BC" > postgres=# select cast(test as date) from timetest; > test > --- > 4714-01-27 BC > (1 row) > > postgres=# > postgres=# select cast('4714-01-27 BC' as date); > ERROR: date out of range: "

[BUGS] BUG #2731: Cannot install PostgreSQL server on WinXP Media Center Edition

2006-11-03 Thread Leonid Shlyapnikov
The following bug has been logged online: Bug reference: 2731 Logged by: Leonid Shlyapnikov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.5-1 Operating system: Windows XP Media Center Edition Version 2002 Service Pack 2 Description:Cannot install PostgreSQL

[BUGS] BUG #2734: Primary Key field duplicate value

2006-11-03 Thread Wagner Cipriano
The following bug has been logged online: Bug reference: 2734 Logged by: Wagner Cipriano Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Operating system: linux SUSE Kernel 2.6.13.3 Description:Primary Key field duplicate value Details: I Have a table 'clie

[BUGS] BUG #2733: pg_get_serial_sequence error (addition: may be tsearch2 related)

2006-11-03 Thread Basil Evseenko
The following bug has been logged online: Bug reference: 2733 Logged by: Basil Evseenko Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2beta2 Operating system: Linux 2.6 Description:pg_get_serial_sequence error (addition: may be tsearch2 related) Details: On

[BUGS] BUG #2732: pg_get_serial_sequence error

2006-11-03 Thread Basil Evseenko
The following bug has been logged online: Bug reference: 2732 Logged by: Basil Evseenko Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2beta2 Operating system: Linux 2.6 Description:pg_get_serial_sequence error Details: On 8.1.5: select pg_catalog.pg_get_se

Re: [BUGS] 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio

2006-11-03 Thread Tom Lane
Andreas Lange <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> I suppose there is something funny about pow() on your platform >> causing that probe to fail. What does config.log have at the >> "checking for library containing pow" step? >> > configure:5168: checking for library containing pow >

Re: [BUGS] 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio

2006-11-03 Thread Andreas Lange
Tom Lane wrote: configure:13462: checking for cbrt configure:13519: /sw/sun-studio-11/SUNWspro/bin/cc -Xa -o conftest -fast -fns=no -fsimple=1 -xtarget=opteron -xarch=amd64a conftest.c -lz -lrt -lsocket >&5 "conftest.c", line 104: warning: statement not reached Undefined

Re: [BUGS] 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio

2006-11-03 Thread Andreas Lange
Alvaro Herrera wrote: Andreas Lange wrote: configure:13462: checking for cbrt configure:13519: /sw/sun-studio-11/SUNWspro/bin/cc -Xa -o conftest -fast -fns=no -fsimple=1 -xtarget=opteron -xarch=amd64a conftest.c -lz -lrt -lsocket >&5 "conftest.c", line 104: warning: statement

Re: [BUGS] 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio

2006-11-03 Thread Tom Lane
Andreas Lange <[EMAIL PROTECTED]> writes: > configure:13462: checking for cbrt > configure:13519: /sw/sun-studio-11/SUNWspro/bin/cc -Xa -o conftest -fast > -fns=no -fsimple=1 -xtarget=opteron -xarch=amd64a conftest.c -lz > -lrt -lsocket >&5 > "conftest.c", line 104: warning: statement not reac

Re: [BUGS] 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio

2006-11-03 Thread Alvaro Herrera
Andreas Lange wrote: > configure:13462: checking for cbrt > configure:13519: /sw/sun-studio-11/SUNWspro/bin/cc -Xa -o conftest -fast > -fns=no -fsimple=1 -xtarget=opteron -xarch=amd64a conftest.c -lz > -lrt -lsocket >&5 > "conftest.c", line 104: warning: statement not reached > Undefined

Re: [BUGS] 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio

2006-11-03 Thread Andreas Lange
Alvaro Herrera wrote: Andreas Lange wrote: And here is from configure: checking whether gettimeofday takes only one argument... no checking for cbrt... no Undoubtely this is the problem. Can you show the relevant config.log extract? Ok, here we go: configure:134

Re: [BUGS] Sugestion for PostgreSQL Developer´s TEAM!

2006-11-03 Thread Peter Eisentraut
Marcio wrote: > Is complicated encrypt the procedures/functions on Database like > Oracle or similar? In order to execute the code you will have to be able to read it, so there will be no security gained by encryption. -- Peter Eisentraut http://developer.postgresql.org/~petere/ --

Re: [BUGS] 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio 11

2006-11-03 Thread Alvaro Herrera
Andreas Lange wrote: > And here is from configure: > > checking whether gettimeofday takes only one argument... no > checking for cbrt... no Undoubtely this is the problem. Can you show the relevant config.log extract? -- Alvaro Herrerahttp://www.CommandPrompt.

[BUGS] 8.2bet2 failed build on Solaris 10 / x86-64 / SUN Studio 11

2006-11-03 Thread Andreas Lange
Hi, I have problems building 8.2beta2 on a Solaris 10 x86-64 machine: gmake[4]: Entering directory `/files/dsk1/lsw/src/postgresql/postgresql-8.2beta2/src/backend/utils/adt' /sw/sun-studio-11/SUNWspro/bin/cc -Xa -fast -fns=no -fsimple=1 -xtarget=opteron -xarch=amd64a -I../../../../src/include -

[BUGS] Sugestion for PostgreSQL Developer´s TEAM!

2006-11-03 Thread Marcio
I have a sugestion for pgsql 8.2 or next versions ... Is complicated encrypt the procedures/functions on Database like Oracle or similar? I sugest this because we develop ERP/MRP with complex routines and we like hide all of this routines...this is our "business secret". I know if we write this co