Hi,
> -----Original Message-----
> From: Compte utilisateur Sultan-advl [mailto:ediscors@advl.org]
> Sent: 07 October 1999 17:55
> To: Dave Page
> Cc: pgsql-interfaces@postgresql.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!