create create of database of a particular name

From: Chris Withers <chris(at)simplistix(dot)co(dot)uk>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: create create of database of a particular name
Date: 2016-03-09 13:49:04
Message-ID: 56E029D0.8010903@simplistix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,

Django, a popular python web framework, runs its unit tests by creating
a 'test_'-prefixed database and then dropping it at the end of the test run.

Is there any way I can grant a user in postgres the ability only to
create a database of a particular name?

cheers,

Chris

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Wyatt Sanford 2016-03-09 14:35:00 How to setup Active Directory users in Postgres 9.3.11
Previous Message Raghavendra 2016-03-09 13:46:34 Re: regarding table migration from sql to postgres with runmtk.sh