Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix logical replication documentation examples #2854

Closed
2 tasks
lubennikovaav opened this issue Jan 30, 2025 · 1 comment
Closed
2 tasks

docs: fix logical replication documentation examples #2854

lubennikovaav opened this issue Jan 30, 2025 · 1 comment

Comments

@lubennikovaav
Copy link
Contributor

  • Here we do not recommend to use FOR ALL TABLES logical replication setup:

https://neon.tech/docs/guides/logical-replication-tips

Let's remove FOR ALL TABLES from the Neon-to-Neon replication example.
https://neon.tech/docs/guides/logical-replication-neon-to-neon
and from other examples, if there are any.

If you follow the example, the count must be 10.

SELECT COUNT(*) FROM playing_with_neon;
count
----
30
(1 row)
@danieltprice
Copy link
Collaborator

Fixed:
#2908

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants