[GENERAL] Postgres Instability

2000-05-24 Thread planx plnetx
I've remarked that postgresql-7.0 have two important bugs no, no... I'll define its Problems. The first is that it is very subsceptible to ipc: it's true that sometimes U need to do an ipcclean to remake it start The second is the very VERY important instability problem. I explain me better: I

[GENERAL] Postgresql Instability 2

2000-05-24 Thread planx plnetx
I'm not telling that I've chanced this or that: I am telling that only with compiling the postgresql7.0 updating the RC1 it give me this (with the same SETTINGZ pgdata,pglibs,sqladmin,etc... the SAME!) on an other machine the 7.0definitive go directly in core dumped with kernel 2.2.14 and gi

[GENERAL] What distribution?

2000-05-25 Thread planx plnetx
What distribution U utlize folks? I have tried Mandrake 7 and it run perfectly just until I try to recompile it (from RC1 to definitive) (remember Postgresql instability messages from me?); After have totally reconfigured and recompiled 3 times I am trying a shiteous suse6.4 demo(1CD) that

[GENERAL] where find postgres7.0 RPMs?

2000-05-27 Thread planx plnetx
Where I can find the RPMs (for redhat/mandrake) of postgresql 7.0??? Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

[GENERAL] PostgreSQL7.0 bug? "make install" doesN'T run at all

2000-05-27 Thread planx plnetx
OK, I think that the problem of postgres running session instability it's due to a conflict with precedent postgres6.5.x rpms... well, now I've purged those rpms from my mandrake with GnoRPM and finally redo a make install (after making sources, of course!) but they dont copy initdb in my /usr/bin

Re: [GENERAL] Anyone using ReiserFS in production work? (or advise against it?)

2000-07-05 Thread planx plnetx
>From: "Randall Parker" <[EMAIL PROTECTED]> >Reply-To: "Randall Parker" <[EMAIL PROTECTED]> >To: "PostgreSQL General" <[EMAIL PROTECTED]> >Subject: [GENERAL] Anyone using ReiserFS in production work? (or advise >against it?) >Date: Tue, 04 Jul 2000 15:02:17 -0700 > >The title says it all: Is t

Re: [GENERAL] Glade or wxPython and Postgresql

2000-07-05 Thread planx plnetx
>From: Bill Barnes <[EMAIL PROTECTED]> >To: postgres general mail list <[EMAIL PROTECTED]> >Subject: [GENERAL] Glade or wxPython and Postgresql >Date: Mon, 3 Jul 2000 20:20:22 -0400 > >Hello list: > >Has anybody on the list put one of these combinations together? > >Thanks, >Bill Barnes > I am

Re: [GENERAL] REFERENCES troubles

2000-07-05 Thread planx plnetx
>From: "Robert B. Easter" <[EMAIL PROTECTED]> >To: "planx plnetx" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: Re: [GENERAL] REFERENCES troubles >Date: Tue, 4 Jul 2000 18:38:28 -0400 > >On Tue, 04 Jul 2000, planx plnetx wrote: > > I

[GENERAL] Humongous BUG in PostgreSQL/libpq?

2000-07-06 Thread planx plnetx
If I declare a cursor in embedded SQL I get a strange error wich doesn't occur if I declare it manually with psql! the code is: void setSQL(PGconn *conn){ PQexec(conn,"SET DATESTYLE=European;"); PQexec(conn,"BEGIN TRANSACTION;"); PQexec(conn,"SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;")