pgsql: docs: document behavior of CHAR() comparisons with chars < space

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: docs: document behavior of CHAR() comparisons with chars < space
Дата
Msg-id E1WHz21-0003MB-0e@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
docs: document behavior of CHAR() comparisons with chars < space

Space trimming rather than space-padding causes unusual behavior, which
might not be standards-compliant.

Also remove recently-added now-redundant C comment.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8457d0beca731bf062bb0d126870d9a291ab47a5

Modified Files
--------------
doc/src/sgml/datatype.sgml      |   11 +++++++----
src/backend/utils/adt/varchar.c |   12 ------------
2 files changed, 7 insertions(+), 16 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Use pg_lsn data type in pg_stat_replication, too.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Allow single-point polygons to be converted to circles