pgsql: Fix recent commit for tab-completion of database template.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix recent commit for tab-completion of database template.
Date: 2016-09-12 14:30:52
Message-ID: E1bjSG4-0003FM-K3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix recent commit for tab-completion of database template.

The details of commit 52803098ab26051c0c9802f3c19edffc90de8843 were
based on a misunderstanding of the role inheritance allowing use
of a database for a template. While the CREATEDB privilege is not
inherited, the database ownership is privileges are.

Pointed out by Vitaly Burovoy and Tom Lane.
Fix provided by Tom Lane, reviewed by Vitaly Burovoy.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/63c1a871940c7c4798788e98fdb1a24408a49d05

Modified Files
--------------
src/bin/psql/tab-complete.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-09-12 19:26:25 pgsql: pg_basebackup: Clean created directories on failure
Previous Message Michael Paquier 2016-09-12 12:53:05 Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn