pgsql: unaccent: Make generate_unaccent_rules.py Python 3 compatible

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: unaccent: Make generate_unaccent_rules.py Python 3 compatible
Date: 2019-01-04 10:30:54
Message-ID: E1gfMkg-0008Pp-25@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

unaccent: Make generate_unaccent_rules.py Python 3 compatible

Python 2 is still supported.

Author: Hugh Ranalli <hugh(at)whtc(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-01-04 17:16:31 pgsql: Support plpgsql variable names that conflict with unreserved SQL
Previous Message Michael Paquier 2019-01-04 09:11:38 Re: pgsql: Update ssl test certificates and keys