]> granicus.if.org Git - postgresql/commit
docs: document behavior of CHAR() comparisons with chars < space
authorBruce Momjian <bruce@momjian.us>
Mon, 24 Feb 2014 17:09:23 +0000 (12:09 -0500)
committerBruce Momjian <bruce@momjian.us>
Mon, 24 Feb 2014 17:09:23 +0000 (12:09 -0500)
commit8457d0beca731bf062bb0d126870d9a291ab47a5
treee703a20567f4577283e698617e03f060e406092a
parent6615e77439a3c8c26c0091a616f00eefdea22604
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.
doc/src/sgml/datatype.sgml
src/backend/utils/adt/varchar.c