#!/usr/bin/env bash # This script checks that SQL files do not hardcode the "public" schema; # they should rely on search_path instead to support deployments using # non-public schemas. # # Usage: check_pg_schema.sh