On Sat, 28 May 2005 11:13:48 +0100, Richard Hayward <richard@xxxxxxxxxxxxxxxxxxxx> wrote: >PostgreSQL 7.3.2 >And then, within a given schema, how could I list who can create new >objects? ok, I've found the answer to this bit: Upgrading to 8.0.3 gives the psql \dn+ command. However \l+ does not return the equivalent permission information on databases. Richard