[pgadmin-support]

2007-09-26 Thread Daniel B. Thurman
My objective is to setup and test replication, starting with a Master and Slave-1 server, and once replication has worked, to add an additional Slave-2 server for replication. All of the replication configuration was done strictly via pgAdmin3 v8.0-beta-5. M

[pgadmin-support] Disappearing new window

2007-09-26 Thread Charlie Clark
Hi, I've just noticed that the context menus for an object are available not just in the tree view but also in the object's own view (top panel). I'm not enitely convinced this is best way to do things but that is by-the-by, the problem I do have is that if you try and create a table from

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Alejandro Gasca
2007/9/26, Dave Page <[EMAIL PROTECTED]>: > > Dave Page wrote: > > [CCing Magnus as this could be a problem - pgAdmin 1.8 fails to connect > > to an SSL server with a 'real' certificate] > > > > Alejandro Gasca wrote: > >> Well, i download the postgresql-8.2.4-1-binaries-no-installer.zip. > >> the

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Dave Page
Magnus Hagander wrote: Yes. But we probably need an openssl version check as well, no? Won't it break on older openssl libs otherwise? Yeah, we should require 0.9.8 or above. I had a quick look for a suitable macro in ssl.h earlier but didn't find anything. If the fix works, I'll look again.

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Magnus Hagander
On Wed, Sep 26, 2007 at 04:40:53PM +0100, Dave Page wrote: > Dave Page wrote: > > [CCing Magnus as this could be a problem - pgAdmin 1.8 fails to connect > > to an SSL server with a 'real' certificate] > > > > Alejandro Gasca wrote: > >> Well, i download the postgresql-8.2.4-1-binaries-no-install

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Dave Page
Dave Page wrote: > [CCing Magnus as this could be a problem - pgAdmin 1.8 fails to connect > to an SSL server with a 'real' certificate] > > Alejandro Gasca wrote: >> Well, i download the postgresql-8.2.4-1-binaries-no-installer.zip. >> the psql packed there connects without problem. > > Well th

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Dave Page
[CCing Magnus as this could be a problem - pgAdmin 1.8 fails to connect to an SSL server with a 'real' certificate] Alejandro Gasca wrote: Well, i download the postgresql-8.2.4-1-binaries-no-installer.zip. the psql packed there connects without problem. Well the main difference between those

Fwd: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Alejandro Gasca
-- Forwarded message -- From: Alejandro Gasca <[EMAIL PROTECTED]> Date: 26-sep-2007 5:21 Subject: Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5 To: Dave Page <[EMAIL PROTECTED]> 2007/9/26, Alejandro Gasca <[EMAIL PROTECTED]>: > > 2007/9/26, Dave Page <[EMAIL PROTECTE

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Alejandro Gasca
2007/9/26, Dave Page <[EMAIL PROTECTED]>: > > Alejandro Gasca wrote: > > note. > > 1. If i put incorrect certificates in %appdata%\postgres pgAdmin says: > > "Error connecting to the server: SSL error: certificate verify failed", > > as expected. > > 2. using the "out of the box" dummy certs of pos

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Dave Page
Alejandro Gasca wrote: note. 1. If i put incorrect certificates in %appdata%\postgres pgAdmin says: "Error connecting to the server: SSL error: certificate verify failed", as expected. 2. using the "out of the box" dummy certs of postgres (i think from postgresql-common) works fine. but the pr

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Alejandro Gasca
2007/9/26, Dave Page <[EMAIL PROTECTED]>: > > Alejandro Gasca wrote: > > Hi. > > > > I'm using pgAdmin3 1.8.0 beta 5, with winXp sp2. > > > > When trying to stablish a ssl connection, the appication crash with this > > error: > > > > OpenSSL: Fatal > > > > OPENSSL_Uplink(00FD010,05): no OPENSSL_App

Re: [pgadmin-support] SSL problem in pgAdmin3 1.8.0 beta 5

2007-09-26 Thread Dave Page
Alejandro Gasca wrote: Hi. I'm using pgAdmin3 1.8.0 beta 5, with winXp sp2. When trying to stablish a ssl connection, the appication crash with this error: OpenSSL: Fatal OPENSSL_Uplink(00FD010,05): no OPENSSL_Applink. It works fine for me (using the released version of beta 5 on XP Pro

Re: [pgadmin-support] Bug report

2007-09-26 Thread Dave Page
Dave Page wrote: Pascal Van Puymbroeck wrote: *PGadmin version 1.6.3 release 6112 on windows from the binary zip file from postgres8.2.5* Creating a sequence by means of the graphical interface works, though a subsequent select nextval() claims he can't find the sequence ... If I create