pgAdmin III commit: Add option to request BOM write

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add option to request BOM write
Date: 2010-12-06 11:29:44
Message-ID: 201012061129.oB6BTiSr020052@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add option to request BOM write

Before, we always write BOM at the beginning of UTF files. Not all tools
understand BOM files. psql knows about it only since PostgreSQL 9.0, so our
sql files are not usable with psql 8.4 and before. So, this option is
available to allow a user to decide if he wants BOM or not.

Implements #283.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/frm/frmOptions.cpp | 3 +++
pgadmin/include/utils/sysSettings.h | 2 ++
pgadmin/ui/frmOptions.xrc | 8 ++++++++
pgadmin/utils/utffile.cpp | 4 ++++
5 files changed, 18 insertions(+), 0 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-12-06 11:30:35 Re: [pgAdmin III] #280: Use the new pg_last_xact_replay_timestamp() function
Previous Message Guillaume Lelarge 2010-12-06 09:26:21 pgAdmin III commit: Update chinese translation.