pgAdmin III commit: Add option to request BOM write

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Add option to request BOM write
Дата
Msg-id 201012061129.oB6BTiSr020052@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Update chinese translation.
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Add timestamp of last xact replay in server props