Skip to content

Instantly share code, notes, and snippets.

@elseagle
Last active August 29, 2022 06:51
Show Gist options
  • Save elseagle/bcd532c080261f71d3085554cf570c18 to your computer and use it in GitHub Desktop.
Save elseagle/bcd532c080261f71d3085554cf570c18 to your computer and use it in GitHub Desktop.
CREATE SUBSCRIPTION name_of_subscriber
CONNECTION 'host=publisher-host-url dbname=publisher-db-name port=db-port user=db-user password=password sslmode=require'
PUBLICATION name_of_publisher;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment