Feature suggestions

From: Rodrigo De León <rdeleonp(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Feature suggestions
Date: 2007-05-26 02:17:37
Message-ID: 1180145857.375091.272150@q75g2000hsh.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Don't know if someone else proposed these already, if so, sorry for
the noise:

1. Printable and/or PDF exportable graphical explain plan (after
pressing F7).
2. Ability to use zoom in/out for the graphical explain plan.
3. Show list of available column names for a table or table alias
after typing the dot (".") then [CTRL+SPACE]:

SELECT *
FROM
MYTABLE
WHERE MYTABLE.[CTRL+SPACE] (column list appears)

SELECT *
FROM
MYTABLE T
WHERE T.[CTRL+SPACE] (column list appears)

Thanks for your time.

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2007-05-26 12:55:48 Re: Bug Report: Preferences Dialogbox does not resize after I change the font size
Previous Message Dave Page 2007-05-25 13:19:29 Re: Feature Request