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
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
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
>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
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
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
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
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
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