Add an option to put keywords in uppercase
The user can check an option, so that every keyword he enters in a SQL box is
automatically in uppercase.
Implements #250.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5af897371b22c729c409d2bc7d4576e8426f01b3
Modified Files
--------------
pgadmin/ctl/ctlSQLBox.cpp | 5 +++++
pgadmin/frm/frmOptions.cpp | 9 +++++++++
pgadmin/include/utils/sysSettings.h | 2 ++
pgadmin/ui/frmOptions.xrc | 7 +++++++
4 files changed, 23 insertions(+), 0 deletions(-)