Re: pgadmin3 query tools - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgadmin3 query tools
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B88601@mail.vale-housing.co.uk
Whole thread Raw
In response to pgadmin3 query tools  (Andreas Pflug <Andreas.Pflug@web.de>)
Responses Re: pgadmin3 query tools  (Andreas Pflug <Andreas.Pflug@web.de>)
List pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:Andreas.Pflug@web.de]
> Sent: 02 April 2003 14:20
> To: Dave Page; pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] pgadmin3 query tools
>
>
> Dave Page wrote:
>
> >Yup, certainly is. BTW, did you know that thanks to Frank Lupo, pga2
> >fully supports Casts and Conversions in the schema now?
> >
> >
> OK, message understood.
> CAST, CONVERSION and OPERATOR CLASS are missing in pgadmin3
> (yet). Any
> more objects of your desire?

:-) Wow, you're good - done already I see...

A couple of minor issues I found:

- Casts do not live in a schema. They need to live alongside languages
with the database as parent.
- I don't see the pg_catalog schema no matter whether I have system
objects on or off. I always see pg_temp_*.
- Keith's fix for the login loop doesn't work. If you get your password
wrong, it never let's you renenter it. What used to happen was it called
the login code again (the bit Keith commented out), but let you re-enter
the password and other details if appropriate.

On a more general note, one og the most useful things in pga2 is the
logging system. There is one in pga3 tied in with wxLog -  can we start
using it liberally please 'cos it's invaluable for support purposes.
sysLogger::DoLog() shows what each level will do.

> Centerfolds excepted.

D'oh!

Thanks for your effort guys.

Regards, Dave.


pgadmin-hackers by date:

Previous
From: "frank_lupo"
Date:
Subject: RE: problem compilation pgadmin2
Next
From: "Dave Page"
Date:
Subject: Re: PGA3 Operator Question