Re: [GENERAL] create create of database of a particular name

2016-03-09 Thread Adrian Klaver
On 03/09/2016 07:02 AM, Chris Withers wrote: On 09/03/2016 14:53, Adrian Klaver wrote: On 03/09/2016 05:49 AM, Chris Withers wrote: 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.

Re: [GENERAL] create create of database of a particular name

2016-03-09 Thread Chris Withers
On 09/03/2016 14:53, Adrian Klaver wrote: On 03/09/2016 05:49 AM, Chris Withers wrote: 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. FYI in Django 1.8+ you can prevent that:

Re: [GENERAL] create create of database of a particular name

2016-03-09 Thread Adrian Klaver
On 03/09/2016 05:49 AM, Chris Withers wrote: 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. FYI in Django 1.8+ you can prevent that:

[GENERAL] create create of database of a particular name

2016-03-09 Thread Chris Withers
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 -- Sent