How does one define the most limited role/user possible in PostgreSQL?
Ideally, this role would not be able to do *anything* at all. In particular, this role would not be able to query meta-information about existing tables, functions, etc. with backslash commands such as \dt, \df.TIA for any pointers!
kynn