From 40a0357f9a1f44243b64ee817cfe7ccb753709fa Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:46:29 +0000 Subject: [PATCH] Add gen_slot_name note (#6220) * Add gen_slot_name note Signed-off-by: Dj Walker-Morgan * Update product_docs/docs/pgd/3.7/pglogical/subscriptions/index.mdx Co-authored-by: gvasquezvargas --------- Signed-off-by: Dj Walker-Morgan Co-authored-by: gvasquezvargas --- product_docs/docs/pgd/3.7/pglogical/subscriptions/index.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/product_docs/docs/pgd/3.7/pglogical/subscriptions/index.mdx b/product_docs/docs/pgd/3.7/pglogical/subscriptions/index.mdx index 32090912e28..6da40ea7cc9 100644 --- a/product_docs/docs/pgd/3.7/pglogical/subscriptions/index.mdx +++ b/product_docs/docs/pgd/3.7/pglogical/subscriptions/index.mdx @@ -184,6 +184,11 @@ alternately choose your own replication slot name instead of using `gen_slot_name` then pass it as the `slot_name` parameter to `create_subscription`. +!!! Note pglogical.gen_slot_name +This function only accepts lower-case letters and underscores. When you pass names to this function, it converts upper-case text and non-underscore symbols to underscores. +Ensure that any names passed to the function have sufficient lower-case characters to be unique when normalized. +!!! + #### Parameters - `subscription_name` - name of the subscription; must be unique