#375: Evan Martin
---+
Reporter: gleu | Owner: dpage
Type: feature| Status: new
Priority: minor | Milestone:
Component: pgadmin| Version: trunk
Keywords: querytool |
Fix the refresh trigger SQL
Per a report from Rob Hart.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4c7d513ca49521e6861c19c3b68ad407fe8a0d6f
Modified Files
--
pgadmin/schema/pgTrigger.cpp |6 +++---
1 files changed, 3 insert
Fix the refresh trigger SQL
Per a report from Rob Hart.
Branch
--
REL-1_16_0_PATCHES
Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8edcfe224cc3c8e65278f227f33be31385ce1b83
Modified Files
--
pgadmin/schema/pgTrigger.cpp |6 +++---
1 files chang
Fix the not-same-query process on the history combobox
The history combobox in the query tool could record the same query more than
once. Actually, it is displayed the same way, but the difference is invisible
(spaces, carriage returns, etc).
Per a report from Kozusznik Michal.
Branch
--
REL
Fix the not-same-query process on the history combobox
The history combobox in the query tool could record the same query more than
once. Actually, it is displayed the same way, but the difference is invisible
(spaces, carriage returns, etc).
Per a report from Kozusznik Michal.
Branch
--
mas