pgsql: docs: document behavior of CHAR() comparisons with chars < space - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: docs: document behavior of CHAR() comparisons with chars < space
Date
Msg-id E1WHz21-0003MB-0e@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Use pg_lsn data type in pg_stat_replication, too.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Allow single-point polygons to be converted to circles