select nspname
from pg_catalog.pg_namespace where nspname not like 'pg%' and nspname <> 'information_schema';

[Postgres] Privilege par user
[POSTGRES] Privs d'un ROLE R/W

Leave a Comment

Your email address will not be published. Required fields are marked *