pgsql: Document that contrib/pgtrgm only processes ASCII alphanumeric

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that contrib/pgtrgm only processes ASCII alphanumeric
Date: 2011-09-05 17:25:17
Message-ID: E1R0cv7-0003fj-Ig@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document that contrib/pgtrgm only processes ASCII alphanumeric
characters.

Backpatch to 9.0 and 9.1.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d235f828d74daaabdeb97efa4499cfb30ee65d09

Modified Files
--------------
doc/src/sgml/pgtrgm.sgml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-09-05 18:49:16 pgsql: Update time zone data files to tzdata release 2011i.
Previous Message Tom Lane 2011-09-05 15:59:22 Re: [COMMITTERS] pgsql: Clean up the #include mess a little.