#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
#280: Use the new pg_last_xact_replay_timestamp() function
+---
Reporter: gleu| Owner: gleu
Type: feature | Status: assigned
Priority: minor | Milestone:
Component: pgad
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
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
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