[pgadmin-hackers] [pgAdmin III] #375: Evan Martin

2012-08-25 Thread pgAdmin Trac
#375: Evan Martin ---+ Reporter: gleu | Owner: dpage Type: feature| Status: new Priority: minor | Milestone: Component: pgadmin| Version: trunk Keywords: querytool |

[pgadmin-hackers] pgAdmin III commit: Fix the refresh trigger SQL

2012-08-25 Thread Guillaume Lelarge
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

[pgadmin-hackers] pgAdmin III commit: Fix the refresh trigger SQL

2012-08-25 Thread Guillaume Lelarge
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

[pgadmin-hackers] pgAdmin III commit: Fix the not-same-query process on the history combo

2012-08-25 Thread Guillaume Lelarge
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

[pgadmin-hackers] pgAdmin III commit: Fix the not-same-query process on the history combo

2012-08-25 Thread Guillaume Lelarge
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