Skip to content

Commit

Permalink
Add gen_slot_name note (#6220)
Browse files Browse the repository at this point in the history
* Add gen_slot_name note

Signed-off-by: Dj Walker-Morgan <[email protected]>

* Update product_docs/docs/pgd/3.7/pglogical/subscriptions/index.mdx

Co-authored-by: gvasquezvargas <[email protected]>

---------

Signed-off-by: Dj Walker-Morgan <[email protected]>
Co-authored-by: gvasquezvargas <[email protected]>
  • Loading branch information
djw-m and gvasquezvargas authored Nov 12, 2024
1 parent ea1240e commit 40a0357
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions product_docs/docs/pgd/3.7/pglogical/subscriptions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 40a0357

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.