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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: document behavior of CHAR() comparisons with chars < space
Date: 2014-02-24 17:09:29
Message-ID: E1WHz21-0003MB-0e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-02-24 17:24:06 pgsql: Allow single-point polygons to be converted to circles
Previous Message Robert Haas 2014-02-24 15:40:42 pgsql: Use pg_lsn data type in pg_stat_replication, too.