From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Dave Page <dpage(at)postgresql(dot)org> |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: SVN Commit by dpage: r5944 - in trunk/pgadmin3: . docs/en_US docs/en_US/images pgadmin/frm pgadmin/include/frm pgadmin/include/utils pgadmin/schema pgadmin/ui pgadmin/utils |
Date: | 2007-02-26 17:45:38 |
Message-ID: | 45E31CC2.8060205@hagander.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
This is great. Something I've been meaning to ask you to implement :-)
Thanks!
//Magnus
svn(at)pgadmin(dot)org wrote:
> Author: dpage
>
> Date: 2007-02-26 11:50:15 +0000 (Mon, 26 Feb 2007)
>
> New Revision: 5944
>
> Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5944&view=rev
>
> Log:
> Add a set of options to allow the user to hide selected object types from the treeview. Note that the new default settings will hide less commonly used objects such as casts, languages, aggregates, operators etc.
>
>
> Added:
> trunk/pgadmin3/docs/en_US/images/options-display.png
> trunk/pgadmin3/docs/en_US/options-tab5.html
> Modified:
> trunk/pgadmin3/CHANGELOG
> trunk/pgadmin3/docs/en_US/pgadmin3.hhc
> trunk/pgadmin3/docs/en_US/pgadmin3.hhk
> trunk/pgadmin3/docs/en_US/pgadmin3.hhp
> trunk/pgadmin3/docs/en_US/pgadmin3.hhp.cached
> trunk/pgadmin3/pgadmin/frm/frmOptions.cpp
> trunk/pgadmin3/pgadmin/include/frm/frmOptions.h
> trunk/pgadmin3/pgadmin/include/utils/sysSettings.h
> trunk/pgadmin3/pgadmin/schema/pgDatabase.cpp
> trunk/pgadmin3/pgadmin/schema/pgSchema.cpp
> trunk/pgadmin3/pgadmin/schema/pgServer.cpp
> trunk/pgadmin3/pgadmin/ui/frmOptions.xrc
> trunk/pgadmin3/pgadmin/ui/xrcDialogs.cpp
> trunk/pgadmin3/pgadmin/utils/sysSettings.cpp
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match