pgsql: Document that translate() removes characters in "from" that don'

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that translate() removes characters in "from" that don'
Date: 2010-10-16 04:28:15
Message-ID: E1P6yNT-0000EA-WC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document that translate() removes characters in "from" that don't have
a corresponding "to" character.

Author: Josh Kupershmidt

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=33ae03f4003adb27651d00688016d1c4a979686f

Modified Files
--------------
doc/src/sgml/func.sgml | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-10-16 14:13:05 pgsql: Fix recent changes to not break non-IPV6-aware systems.
Previous Message Tom Lane 2010-10-15 23:56:14 pgsql: Allow WITH clauses to be attached to INSERT, UPDATE, DELETE stat