• Tom Lane's avatar
    Implement an "S" option for psql's \dn command. · e43fb604
    Tom Lane authored
    \dn without "S" now hides all pg_XXX schemas as well as information_schema.
    Thus, in a bare database you'll only see "public".  ("public" is considered
    a user schema, not a system schema, mainly because it's droppable.)
    Per discussion back in late September.
    e43fb604
describe.h 2.15 KB