[HACKERS] CVS commit messages

2001-09-08 Thread Neil Padgett
Question: What has changed with the CVS repository lately? I notice that all of the commit messages I've read lately on pgsql-committers seem to come from Marc Fournier. Has Marc just been committing all recent changes, or are all commit messages, regardless of committer, showing as from Marc? N

[HACKERS] DBBalancer 0.3.0: Connection pòoling and load balancing for PostgreSQL

2001-09-08 Thread Daniel Varela Santoalla
Hello everybody. I've just released the 0.3.0 version of DBBalancer. DBBalancer is a program that has several functions: - Provides connection pooling. - Provides load balancing over replicated databases and - Provides write replication. This feature is just experimental, needing still quite a

Re: [PATCHES] [HACKERS] CURRENT CVS: MULTIBYTE: CANT CONNECT....

2001-09-08 Thread Tatsuo Ishii
> > Karel, > > > > The bug Larry reported seems for such a case of connecting non > > existent database. The backend tries to send the error message to the > > frontend using pg_server_to_client WITHOUT getting an encoding info > > from the database. To fix this Larry's patch or you stat in the >

Re: [PATCHES] [HACKERS] CURRENT CVS: MULTIBYTE: CANT CONNECT....

2001-09-08 Thread Tatsuo Ishii
> Tatsuo, I applied this patch. Please fix as needed. Sure. I have come back from the business trip. I will take care of this. -- Tatsuo Ishii ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[HACKERS] Problem with new anoncvs server

2001-09-08 Thread Ian Lance Taylor
There seems to be a problem with the setup of the new anoncvs server. I can not run `cvs update' on subdirectories after having done a checkout. I did this: cvs -d :pserver:[EMAIL PROTECTED]:/projects/cvsroot co pgsql Now I can do this: cd pgsql cvs update -l . but I can not do this:

Re: [HACKERS] Abort state on duplicated PKey in transactions

2001-09-08 Thread Haroldo Stenger
"Matthew T. O'Connor" wrote: > > > A solution, could be to query for the existance of the PK, just before the > > insertion. But there is a little span between the test and the > > insertion, where another insertion from another transaction could void > > the existance test. Any clever ideas on

Re: [HACKERS] Abort state on duplicated PKey in transactions

2001-09-08 Thread Matthew T. O'Connor
> A solution, could be to query for the existance of the PK, just before the > insertion. But there is a little span between the test and the > insertion, where another insertion from another transaction could void > the existance test. Any clever ideas on how to solve this? Using > triggers mayb

[HACKERS] Abort state on duplicated PKey in transactions

2001-09-08 Thread Haroldo Stenger
Hi dear people, Now I'm reposting this on hackers from general, sorry if no fully suitable. We are building a RAD tool (GeneXus) support, for PostgreSQL, as I have mentioned before a number of times. A problem which arose, is that within a transaction, if one inserts on a table and the PK restr

Re: [PATCHES] [HACKERS] CURRENT CVS: MULTIBYTE: CANT CONNECT....

2001-09-08 Thread Larry Rosenman
* Tatsuo Ishii <[EMAIL PROTECTED]> [010908 10:02]: > > > > > CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \ > > > > > --with-CXX --with-perl --enable-multibyte --enable-cassert \ > > > > > --with-includes=/usr/local/include --with-libs=/usr/local/lib \ > > > > >

Re: [PATCHES] [HACKERS] CURRENT CVS: MULTIBYTE: CANT CONNECT....

2001-09-08 Thread Bruce Momjian
Tatsuo, I applied this patch. Please fix as needed. > > > > > CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \ > > > > > --with-CXX --with-perl --enable-multibyte --enable-cassert \ > > > > > --with-includes=/usr/local/include --with-libs=/usr/local/lib \ > > >

Re: [PATCHES] [HACKERS] CURRENT CVS: MULTIBYTE: CANT CONNECT....

2001-09-08 Thread Tatsuo Ishii
> > > > CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \ > > > > --with-CXX --with-perl --enable-multibyte --enable-cassert \ > > > > --with-includes=/usr/local/include --with-libs=/usr/local/lib \ > > > > --enable-debug \ > > > > --with-tcl --w

Re: [HACKERS] CURRENT CVS: MULTIBYTE: CANT CONNECT....

2001-09-08 Thread Bruce Momjian
Patch applied. Thanks. > > On Sat, Sep 08, 2001 at 10:29:38AM +0200, Karel Zak wrote: > > > On Fri, Sep 07, 2001 at 09:06:18PM -0500, Larry Rosenman wrote: > > > > I finally got all the way through a compile set: > > > > > > > > CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-sys

Re: [HACKERS] CVS access

2001-09-08 Thread Jan Wieck
D'Arcy J.M. Cain wrote: > Thus spake Marc G. Fournier > > with the new passowwrd, your problem should be resolved too ... is it not? > > What new password? Certainly the one I have on the mail machine doesn't work. If you don't tend to succeed at first, skydiving isn't for you (for me

Re: [HACKERS] CURRENT CVS: MULTIBYTE: CANT CONNECT....

2001-09-08 Thread Karel Zak
> On Sat, Sep 08, 2001 at 10:29:38AM +0200, Karel Zak wrote: > > On Fri, Sep 07, 2001 at 09:06:18PM -0500, Larry Rosenman wrote: > > > I finally got all the way through a compile set: > > > > > > CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \ > > > --with-CXX --with-perl

Re: [HACKERS] encoding: ODBC, createdb

2001-09-08 Thread Karel Zak
On Fri, Sep 07, 2001 at 04:11:25PM -0400, Bruce Momjian wrote: > > Was this completed? > > > > > I found some other things: > > > > - why database encoding for new DB check 'createdb' script and not > > CREATE DATABASE statement? (means client only encodings, like BIG5)? It was include in

Re: [HACKERS] CURRENT CVS: MULTIBYTE: CANT CONNECT....

2001-09-08 Thread Karel Zak
On Fri, Sep 07, 2001 at 09:06:18PM -0500, Larry Rosenman wrote: > I finally got all the way through a compile set: > > CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \ > --with-CXX --with-perl --enable-multibyte --enable-cassert \ > --with-includes=/usr/local/incl