pgsql: unaccent: Make generate_unaccent_rules.py Python 3 compatible - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: unaccent: Make generate_unaccent_rules.py Python 3 compatible
Date
Msg-id E1gfMkg-0008Pp-25@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
unaccent: Make generate_unaccent_rules.py Python 3 compatible

Python 2 is still supported.

Author: Hugh Ranalli <hugh@whtc.ca>
Discussion: https://www.postgresql.org/message-id/CAAhbUMNyZ+PhNr_mQ=G161K0-hvbq13Tz2is9M3WK+yX9cQOCw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3d59da9ccdb9d00dee906a40bc8471049b4c9e17

Modified Files
--------------
contrib/unaccent/generate_unaccent_rules.py | 30 +++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Move the built-in conversions into the initial catalog data.
Next
From: Tom Lane
Date:
Subject: pgsql: Support plpgsql variable names that conflict with unreservedSQL