pgsql: Fix regrole and regnamespace output functions to do quoting, too

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix regrole and regnamespace output functions to do quoting, too
Date: 2016-01-04 06:53:43
Message-ID: E1aFz1T-0002f6-2y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix regrole and regnamespace output functions to do quoting, too.

We discussed this but somehow failed to implement it...

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/regproc.c | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-01-04 13:20:36 pgsql: Translation updates
Previous Message Michael Paquier 2016-01-04 06:24:36 Re: pgsql: Further tweaking of print_aligned_vertical().