postgres database objects are represented as files, or directories on the filesystem level (inside $PGDATA/base/
).
I can see that i.e. for database, table.
What is the presentation of a postgres role/user on the fs level?
This can be useful in order to see when a user was created or modified which is what I want to do atm.
for this I neither can see any function with such kind of information.