[BUGS] BUG #1256: Account problems-start as a service option install Windows 2000/ XP

2004-09-16 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1256 Logged by: Bruce Modick Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Beta Operating system: Windows 2000 SP3 Description:Account problems-start as a service option install Windows 2000/ XP

Re: [BUGS] Assertion failure in cvs head.

2004-09-16 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes: > I'm implementing savepoint support for the JDBC driver and I'm seeing an > assertion failure in cvs head this morning. It seems related to using > both savepoints and the v3 protocol. After some study I've decided that that Assert is simply erroneous; re

[BUGS] BUG #1255: cannot connect remotely

2004-09-16 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1255 Logged by: Daniel Hofer Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Beta Operating system: w2k server sp4 Description:cannot connect remotely Details: PostGreSQL 8.0-beta2-dev3, pgAdminI

Re: [BUGS] Win32: missing log file option for pg_ctl running as service

2004-09-16 Thread Magnus Hagander
>When running pg_ctl as a windows service (WinXP Pro), I don't >see any way >currently to configure a log file for it to use. I am using >the following >syntax to register pg_ctl as a service: > >pg_ctl register -N MyService -U myUser -P myPword -D myDataDir >-w -o "-i" > >A "-l myLog" option p

[BUGS] Win32: missing log file option for pg_ctl running as service

2004-09-16 Thread Steve McWilliams
When running pg_ctl as a windows service (WinXP Pro), I don't see any way currently to configure a log file for it to use. I am using the following syntax to register pg_ctl as a service: pg_ctl register -N MyService -U myUser -P myPword -D myDataDir -w -o "-i" A "-l myLog" option passed in woul

Re: [BUGS] BUG #1252: Optimization of SELECT for NOT NULL case

2004-09-16 Thread Bruno Wolff III
On Wed, Sep 15, 2004 at 23:29:43 +0300, Alexander Kirpa <[EMAIL PROTECTED]> wrote: > On 15 Sep 2004, at 12:21, Bruno Wolff III wrote: > > Regarding your point of view possible exist reason for remove > optimization for case like below > SELECT count(*) from x where id>1 AND id<0 > I basically do

Re: [BUGS] Assertion failure in cvs head.

2004-09-16 Thread Kris Jurka
On Thu, 16 Sep 2004, Tom Lane wrote: > Hmm, how are you issuing these commands exactly (what protocol message > sequence is being sent?). > I've made the test case and the development version of the jar file available here if you're interested: http://www.ejurka.com/pgsql/jars/tgl/ Here is t

Re: [BUGS] Assertion failure in cvs head.

2004-09-16 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes: > I'm implementing savepoint support for the JDBC driver and I'm seeing an > assertion failure in cvs head this morning. It seems related to using > both savepoints and the v3 protocol. Hmm, how are you issuing these commands exactly (what protocol message

[BUGS] Assertion failure in cvs head.

2004-09-16 Thread Kris Jurka
I'm implementing savepoint support for the JDBC driver and I'm seeing an assertion failure in cvs head this morning. It seems related to using both savepoints and the v3 protocol. LOG: statement: create table savepointtable (id int primary key) NOTICE: CREATE TABLE / PRIMARY KEY will create