Document that char() ignores spaces only in non-pattern comparisons

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Document that char() ignores spaces only in non-pattern comparisons
Date: 2011-03-08 16:41:43
Message-ID: 201103081641.p28GfhB00195@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

A private email I received indicated that our documentation about
ignoring trailing spaces in CHAR() comparisons was slightly inaccurate.
I have update our docs to indicate it is only non-pattern comparisons
that ignore spaces with CHAR(). Applied doc patch attached.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

Attachment Content-Type Size
/rtmp/bpchar.diff text/x-diff 1.5 KB

Browse pgsql-docs by date

  From Date Subject
Next Message Kevin Grittner 2011-03-08 17:13:04 Re: Document that char () ignores spaces only in non-patterncomparisons
Previous Message Thom Brown 2011-03-08 15:01:11 Re: [HACKERS] Sync rep doc corrections