Hacker News new | ask | show | jobs
by paulddraper 1067 days ago
Not to be rude...but the same things as every other ANSI SQL database. Nothing PostgreSQL specific here.

Schema is the thing you get from `CREATE SCHEMA`...a namespace of tables/functions/views/etc.

1 comments

Ah I see! Yeah I guess it's just a concept I've never run into before; unfortunate that it shares a name with the "other" concept of schema used by e.g. https://json-schema.org

Thank you!