pgsql: Fix ALTER DATABASE RENAME to allow the operation if user is a - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix ALTER DATABASE RENAME to allow the operation if user is a
Date
Msg-id 20050312211150.8C59A52A5D@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix ALTER DATABASE RENAME to allow the operation if user is a superuser
who for some reason isn't marked usecreatedb.  Per report from Alexander
Pravking.  Also fix sloppy coding in have_createdb_privilege().

Modified Files:
--------------
    pgsql/src/backend/commands:
        dbcommands.c (r1.152 -> r1.153)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c.diff?r1=1.152&r2=1.153)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust the API for aggregate function calls so that a C-coded
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix ALTER DATABASE RENAME to allow the operation if user is a