SCHEMA_NAME variable
PostgreSQL schema holding the inter-process lock table, read from PG_PUBSUB_SCHEMA_NAME and defaulting to pgip_lock.
Every process competing for the same channel must agree on this name — the lock is a row in that schema, so two deployments configured differently would each elect their own listener and both would handle the same notification.
Signature:
SCHEMA_NAME: string
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.