I'm writing a script that's supposed to dump SQL object definitions in a certain format, and I'm looking for a way to get the schema comment programmatically.
What SQL query do I need to run if I know what the schema's name is?
I'm currently on PostgreSQL 9.4.