pgAdmin III commit: Unbreak various places that incorrectly fail to quo

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Unbreak various places that incorrectly fail to quo
Date: 2011-06-02 19:32:23
Message-ID: 201106021932.p52JWN00048294@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Unbreak various places that incorrectly fail to quote or schema
qualify type names.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9d8a817ee42d7f7deafa6ef963d2d98a7f5f69aa

Modified Files
--------------
pgadmin/dlg/dlgFunction.cpp | 6 +++---
pgadmin/dlg/dlgProperty.cpp | 6 +++---
pgadmin/dlg/dlgTable.cpp | 2 +-
pgadmin/schema/pgDatatype.cpp | 8 ++++++--
4 files changed, 13 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-06-02 19:34:48 pgAdmin III commit: Unbreak various places that incorrectly fail to quo
Previous Message Dave Page 2011-06-02 16:26:35 pgAdmin III commit: Fix new FTS object menu options.