baasix_realtime_config
Check PostgreSQL replication settings to verify WAL-based realtime is correctly configured. Returns WAL level, replication slots, senders, slot and publication status, and tables in publication.
Instructions
Check PostgreSQL replication configuration for WAL-based realtime.
Returns:
walLevel: Should be 'logical' for realtime to work
maxReplicationSlots: Number of available replication slots
maxWalSenders: Number of WAL sender processes
replicationSlotExists: Whether the baasix slot exists
publicationExists: Whether the baasix publication exists
tablesInPublication: List of tables currently in the publication
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||