RE: [INTERFACES] pgAdmin v6.5.2 Released

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'ediscors(at)advl(dot)org'" <ediscors(at)advl(dot)org>
Cc: "'pgsql-interfaces(at)postgresql(dot)org'" <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: [INTERFACES] pgAdmin v6.5.2 Released
Date: 1999-10-08 08:47:55
Message-ID: 8568FC767B4AD311AC33006097BCD3D6014264@woody.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi,

> -----Original Message-----
> From: Compte utilisateur Sultan-advl [mailto:ediscors(at)advl(dot)org]
> Sent: 07 October 1999 17:55
> To: Dave Page
> Cc: pgsql-interfaces(at)postgresql(dot)org
> Subject: RE: [INTERFACES] pgAdmin v6.5.2 Released
>
>
> Hi Dave, Hi pgAdmin fans...
>
> Having downloaded : pgAdmin v6.5.2, MDAC2.0, DCOM95 today.
> It WORKS for me & the interface looks VERY nice ;-)
> ===

Ahh, someone else is using it!! I'm glad you like it.

> A) In the log file the password is not hidden (in the
> Environment Details
> Properties) ! ?
> Is there something to configure to change this ?

No, currently there isn't. I'll put it on the To-Do list.

> B) Just a little problem, the soft send me break messages
> (See log file) :
> Maybe something to upgrade for this problem ?

Sorry, thats a minor bug. If you execute the following query (on each
database you use) all should be OK:

CREATE VIEW pgadmin_ver AS SELECT version() AS version;

Background: Older versions of pgAdmin used MS DAO which could not do selects
from functions eg. SELECT version();. ADO can select from functions, so I
removed the old workaround (a view which selected from the function was
created in all databases automatically). However the code still uses this
view in a couple of places as you have found... Ooops.


Regards,

Dave.

--
Network & Systems Manager, The Vale Housing Association.
http://www.vale-housing.co.uk (Work)
http://www.pgadmin.freeserve.co.uk (Home of pgAdmin)
Beer can be a permanent solution, but only if you have enough of it!

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ibrahim Shaame 1999-10-08 08:56:17 pgaccess can't see libpgtcl
Previous Message johan 1999-10-08 07:49:04 Largeobjects and JDBC