Re: pgadmin3 query tools

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgadmin3 query tools
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B88601@mail.vale-housing.co.uk
обсуждение исходный текст
Ответ на pgadmin3 query tools  (Andreas Pflug <Andreas.Pflug@web.de>)
Ответы Re: pgadmin3 query tools  (Andreas Pflug <Andreas.Pflug@web.de>)
Список 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 по дате отправления:

Предыдущее
От: "frank_lupo"
Дата:
Сообщение: RE: problem compilation pgadmin2
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: PGA3 Operator Question