pgAdmin III commit: Add option to request BOM write - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Add option to request BOM write
Date
Msg-id 201012061129.oB6BTiSr020052@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Update chinese translation.
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Add timestamp of last xact replay in server props