squawk
squawk copied to clipboard
New rule: require schema
Require all (non-temp) table names to have a schema (e.g. public).
This makes scripts portable even when the search_path changes.
wonder if this rule would also include schema on function definitions:
https://www.instantdb.com/essays/pg_upgrade#marked-fn-8