[pgadmin-hackers] Re: [pgAdmin III] #283: Add an option to save files without UTF-8 BOM sequence

2010-11-29 Thread pgAdmin Trac
#283: Add an option to save files without UTF-8 BOM sequence --+- Reporter: Taras Kopets | Owner: gleu Type: feature | Status: assigned Priority: minor | Milestone: Componen

[pgadmin-hackers] Re: [pgAdmin III] #280: Use the new pg_last_xact_replay_timestamp() function

2010-11-29 Thread pgAdmin Trac
#280: Use the new pg_last_xact_replay_timestamp() function +--- Reporter: gleu| Owner: gleu Type: feature | Status: assigned Priority: minor | Milestone: Component: pgad

[pgadmin-hackers] Ticket 283: Add option to request BOM write

2010-11-29 Thread Guillaume Lelarge
Hi, This patch adds a new option which allows a user to choose if he wants to use BOM in his file. Comments? -- Guillaume http://www.postgresql.fr http://dalibo.com From 7fee797fa91dae0911fe54c14c6630bb623f6a9f Mon Sep 17 00:00:00 2001 From: Guillaume Lelarge Date: Mon, 29 Nov 2010 23:55:06

[pgadmin-hackers] Ticket 280: Add timestamp of last xact replay in server props

2010-11-29 Thread Guillaume Lelarge
Hi, This patch uses the function pg_last_xact_replay_timestamp() available since PostgreSQL 9.1. It displays the timestamp in the server properties tab. Comments? -- Guillaume http://www.postgresql.fr http://dalibo.com >From cf699a52562b9f963fab20111052247184fd00e9 Mon Sep 17 00:00:00 2001 F

[pgadmin-hackers] "Clear window" in the SQL Editor

2010-11-29 Thread Vinicius Santos
Hello, In the SQL editor window, when the focus is outside of any text box, the button "clear window" does nothing. I believe that confuse the user. In this case the button should clear the SQL editor. Do you agree? I made this change. void frmQuery::OnClear(wxCommandEvent& ev) { wxWi