Skip to content

Commit

Permalink
Fix link to DDL
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer authored Oct 12, 2023
1 parent 90cfdd8 commit dd63193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions product_docs/docs/pgd/5/appusage/dml-ddl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DDL replication works differently from DML. For DDL, PGD replicates the statemen
which then executes on all nodes. So a `DROP TABLE IF EXISTS` might not
replicate anything on the local node, but the statement is still sent to other
nodes for execution if DDL replication is enabled. For details, see
[DDL replication](ddl).
[DDL replication](../ddl).

PGD works to ensure that intermixed DML and DDL statements work correctly, even
in the same transaction.
Expand Down Expand Up @@ -56,4 +56,4 @@ This is true in standard PostgreSQL replication, and PGD doesn't yet improve on
this.

CAMO and Eager Replication options don't allow the `NOTIFY` SQL command or the
`pg_notify()` function.
`pg_notify()` function.

2 comments on commit dd63193

@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.

@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.

πŸŽ‰ Published on https://edb-docs.netlify.app as production
πŸš€ Deployed on https://6528331bb3baef55dc2b8ba6--edb-docs.netlify.app

Please sign in to comment.