Re: pgadmin3 query tools

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgadmin3 query tools
Date: 2003-04-03 13:50:15
Message-ID: 3E8C3C17.4010401@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:

>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.
>
Done.

>- I don't see the pg_catalog schema no matter whether I have system
>objects on or off. I always see pg_temp_*.
>
Done. Ordered System/Temp/standard namespaces.
Please have a look at the properties and sql output of all objects. This
should be checked by somebody different from the code hacker, who's
normally blind... Maybe this task could be performed by somebody else?
Expecially weird cases with mixed namespaces for functions within one
object could be unhandled (missing schema) or "overhandled", i.e. shown
fully qualified while only legal within same namespace.Last pgAdmin3
version always available at
http://www.pse-consulting.de/pgadmin3/pgadmin3.zip

>- 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.
>
Done. Still, in OnCancel() cursor won't switch back to pointer; could be
nasty to find so it's postponed.Actually, without having gone into it,
seems to be a wxWindows fault.

>
>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.
>
>
This needs some modification; sql is shown only for "debug" level. Do
you like all those "pgXxx created"?
pgadmin2's level seem to be what we need.

Regards,
Andreas

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-04-03 14:01:45 Re: pgadmin3 query tools
Previous Message frank_lupo 2003-04-03 13:41:20 RE: pgadmin2 conversion patch