pgsql: Print combining characters (those reported as having zero width

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Print combining characters (those reported as having zero width
Дата
Msg-id 20061227194551.62CAA9F9F46@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Print combining characters (those reported as having zero width by
PQdsplen()) normally, instead of replacing them by \uXXXX sequences.
Assume that they in fact occupy zero screen space for formatting purposes.
Per gripe from Michael Fuhr and ensuing discussion.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/bin/psql:
        mbprint.c (r1.23 -> r1.23.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mbprint.c.diff?r1=1.23&r2=1.23.2.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Print combining characters (those reported as having zero width
Следующее
От: okbob@pgfoundry.org (User Okbob)
Дата:
Сообщение: plpsm - plpgpsm: for statement support (compileable)