pgsql: Document that char() ignores spaces in non-pattern comparisons, - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Document that char() ignores spaces in non-pattern comparisons,
Date
Msg-id E1PwzNv-00055s-BO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document that char() ignores spaces in non-pattern comparisons, not in
pattern comparisons such as LIKE and regex.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7465ae06be4f1dbc90575d68d1ffc3351e1ca855

Modified Files
--------------
doc/src/sgml/datatype.sgml |    6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Fixed problems with SSPI authentication when the
Next
From: Bruce Momjian
Date:
Subject: pgsql: Adjust CHAR() doc mention of pattern matching issues for trailin