Обсуждение: [pgAdmin 1.6] enhancements

Поиск
Список
Период
Сортировка

[pgAdmin 1.6] enhancements

От
Mauro Bertoli
Дата:
great work on pgAdmin! Some features are very cool!
Thank you!

I suggest two enhancements:
A) permit to enable a "query log" window so an user (a
developer) can see the "all query history"; in this
case I will able to see where's the problem... so it
can help me also to re-create some queries running in
the UI, developing faster.

B) create a recursivly report: so I can create a
complete DDL/proprties/ecc "report" starting from an
object, so an user can create a documentation
attachment to the developed project using "one-click"

Best regards, Mauro

__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi

http://mail.yahoo.it 


Re: [pgAdmin 1.6] enhancements

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Mauro Bertoli
> Sent: 15 September 2006 23:29
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] [pgAdmin 1.6] enhancements
>
> great work on pgAdmin! Some features are very cool!
> Thank you!

You're welcome :-)

> I suggest two enhancements:
> A) permit to enable a "query log" window so an user (a
> developer) can see the "all query history"; in this
> case I will able to see where's the problem... so it
> can help me also to re-create some queries running in
> the UI, developing faster.

There is an option to log all SQL to the logfile, so you can get to the
info you want. I can't see us adding a rolling log window though - we
had one in pgAdmin II which until now no one has asked to have back.

> B) create a recursivly report: so I can create a
> complete DDL/proprties/ecc "report" starting from an
> object, so an user can create a documentation
> attachment to the developed project using "one-click"

Yes, that would be a nice feature - not the easiest to implement though.
Something for 1.8...

Regards, Dave