For example,
User potato can only create and delete databases that starts with abc_ .
The purpose is to allow a CI process to create/delete prefixed databases on a shared postgresql cluster. So I want to limit the permission of this user to only be able to manage db's with a given prefix.