| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | usamasafi(at)gmail(dot)com |
| Subject: | Replication: Different naming policy |
| Date: | 2020-04-15 23:25:56 |
| Message-ID: | 158699315617.25691.14316836981860926228@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/12/sql-createsubscription.html
Description:
[update to my last message]
Hi, i'm using v10. Naming is deferent between publication and
subscription.
Create publication "PubAll Master(192.168.1.180) Slave(192.168.1.185)"
....
Works fine, but
Create subscription "suball master(192.168.1.180) slave(192.168.1.185)"
....
I get the naming error (Replication slot names may only contain lower case
letters, numbers, and underscore character.
Don't know about other versions but
Thought to imply to this matter, thanks.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marc Rechté | 2020-04-16 08:20:11 | Developer FAQ / What information is available to learn PostgreSQL internals? |
| Previous Message | PG Doc comments form | 2020-04-15 23:21:15 | Replication: Different naming policy |