[pgadmin-support] Refresh version string/number bug

2007-10-26 Thread Alexander Kirpa
PgAdmin version 1.8.0 (Oct 19 2007, rev:6766:6767) Do not refresh information about DB server: Descripton, Hostname, Port, Encryption, ... Version string, Version number... Situation: 1. Start PgAdmin 2. Connect to DB 8.2.4 3. Disconnect from DB 4. Stop 8.2.4 DB 5. Start 8.3beta1 instead 8.2.4 6.

Re: [pgadmin-support] schemas not appearing in pgAdmin

2007-10-26 Thread Dave Page
Derek Fonda wrote: > I'm running postgres 8.0.3 (Solaris) and PgAdmin III 1.8.0 > > I created a schema in my prod DB that is named pgmacdon, however it > appears that pgAdmin III is not displaying this schema as existing in > the prod DB. > > It would appear that you are using the wrong query to

Re: [pgadmin-support] pgadminIII - 1.8 - crash

2007-10-26 Thread Dave Page
Zellnig Karl (Semizen) wrote: > Hi, > > > > when i try TOOLS -> SERVER-STATUS, pgAdminIII 1.8 crashes, even when i’m > only connected to the database (no SQL window). Oops. My bad. Fixed in SVN for 1.8.1. Sorry about that. Regards, Dave. ---(end of broadcast)-

Re: [pgadmin-support] pgAdmin isn't quoting quotes

2007-10-26 Thread Dave Page
Dave Page wrote: > I've worked up the attached patch for this, but I'm not going to apply > it for the 1.8 release - it'll have to wait for 1.10. Tradionally we've > found that changing the quoting rules tends to subtly break things we > don't think about at the time, which I'm not prepared to do s

[pgadmin-support] Problem while debugging using PgAdmin

2007-10-26 Thread Shanker N Srivastava
Hello, I am using PsotgreSQL version 8.2.5, and using pl/pgsql Debugger for debugging my pl/pgsql functions. My pgAdmin version is also pgAdmin III v1.8.0, while debugging I am getting below error

Re: [pgadmin-support] Problem while debugging using PgAdmin

2007-10-26 Thread Dave Page
Shanker N Srivastava wrote: > Hello, > > I am using PsotgreSQL version 8.2.5, and using pl/pgsql Debugger for > debugging my pl/pgsql functions. My pgAdmin version is also pgAdmin III > v1.8.0, while debugging I am getting below error > >

Re: [pgadmin-support] Problem while debugging using PgAdmin

2007-10-26 Thread Shanker N Srivastava
Hello Dave, Thanks for your email. We downloaded from http://pgfoundry.org/projects/edb-debugger , and followed the instructions given README file. Yes, both the files exist as you said. I manually droped all the objects which was in the pldbgapi.sql, and re-created them, now I am able to debu