Skip to content

Instantly share code, notes, and snippets.

@elseagle
Last active August 30, 2022 11:23
Show Gist options
  • Save elseagle/55edd32299d0ad886da23e3186976b3c to your computer and use it in GitHub Desktop.
Save elseagle/55edd32299d0ad886da23e3186976b3c to your computer and use it in GitHub Desktop.
SELECT subs.*,relmap.relname
FROM pg_catalog.pg_subscription_rel subs
JOIN pg_catalog.pg_class relmap ON subs.srrelid = relmap.oid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment