Re: [BUGS] BUG #4006: pg_ctl assumes that all config files lie in data_directory

2008-03-03 Thread David Schweikert
Hi, On Mon, Mar 03, 2008 at 12:12:16 -0500, Bruce Momjian wrote: > pg_ctl can not read the pid file because it isn't located in the > config directory but in the PGDATA directory. The solution is to > allow pg_ctl to read and understand postgresql.conf to find the > data_directory value.

[BUGS] BUG #4006: pg_ctl assumes that all config files lie in data_directory

2008-03-03 Thread David Schweikert
The following bug has been logged online: Bug reference: 4006 Logged by: David Schweikert Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.0 Operating system: Linux Description:pg_ctl assumes that all config files lie in data_directory Details: pg_ctl

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

2004-11-23 Thread David Schweikert
und with 'FM' so it is not urgent for me... > I already work on new version for next release. It will use > unit-tests -- I hope it will prevent a lot of bugs like this. Sounds great, thank you. Cheers David -- David Schweikert| phone: +41 44 632 7019 System manager ISG.E

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

2004-11-22 Thread David Schweikert
On Mon, Nov 22, 2004 at 05:47:19 -0800, Stephan Szabo wrote: >No, but I think you're supposed to use FM in such cases. > >select to_number(1000, 'FM999,999'); Indeed, it works with 'FM'. Thanks! David -- David Schweikert| phone: +41 44 632 7019 Sy

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

2004-11-21 Thread David Schweikert
er with group separators, but I don't know how many digits it has: should I count the digits myself and adapt the mask (which is a customization and thus entered by the user)? Cheers David -- David Schweikert| phone: +41 44 632 7019 System manager ISG.EE | w

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

2004-11-21 Thread David Schweikert
POSTGRESQL BUG REPORT TEMPLATE Your name : David Schweikert Your email address : [EMAIL PROTECTED