Hello everyone,
I am using Postgres 11 with Pgadmin4. System schemas pg_temp and pg_toast are not visible when I do \dn+ in psql.
But when I do SELECT nspname FROM pg_catalog.pg_namespace;, I see the schemas.
Can anyone explain why is this so? Does anyone have a solution for this?
Thank you