----- Original Message ----- From: "Andreas Pflug" <[EMAIL PROTECTED]> To: "Hiroshi Saito" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 19, 2003 8:01 PM Subject: Re: [pgadmin-hackers] Small modification
> Hiroshi Saito wrote: > > >Hi Andreas. > > > >From: "Andreas Pflug" <[EMAIL PROTECTED]> > > > > > > > > > >>Dave Page wrote: > >> > >> > >> > >>>What libpq should we be using now anyway? 7.4b1+SSL? > >>> > >>> > >>> > >>> > >>7.4b1 is fine for me. > >> > >> > > > >Is it to confirm FE/BE protocol No3? > >7.4 complying with is seen here and there besides, too. > >You have been already confident. > >Let's associate. > > > > > > > It should work with all backends, hopefully. > > Regards, > Andreas It works with protocol 2.0 and protocol 3.0, so it should work with older servers. If I understand the code in fe-connect.c, it tries to connect with protocol 3.0, but if that fails, retries with 2.0. Regards ! ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])