Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Fixed up typos (thanks @LenzGr)

Co-authored-by: Lenz Grimmer <[email protected]>
  • Loading branch information
djw-m and Lenz Grimmer committed Oct 6, 2023
1 parent d136365 commit 2783bbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion product_docs/docs/pgd/5/appusage/behavior.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ navTitle: Application behavior
---

Much of PGD's replication behavior is transparent to applications. Understanding how it
achieves that and what elements are not transparent is important to successfully Developing
achieves that and what elements are not transparent is important to successfully developing
an application that works well with PGD.

### Replication behavior
Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/pgd/5/appusage/dml-ddl.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: DML and DDL replication amd nonreplication.
title: DML and DDL replication and nonreplication.
navTitle: DML and DDL replication
---

Expand Down
4 changes: 2 additions & 2 deletions product_docs/docs/pgd/5/appusage/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Developing an application with PGD is predominantly the same as working with any

* [Application behavior](behavior) looks at how PGD replication appears to an application. Which commands are replicated, which run locally, when row-level locks are acquired, how and where triggers fire, large objects, toast, and more are covered.

* [DML and DDL replication](dml-and-ddl) shows what the differences between the two classes of SQL statement are and how PGD handles replicating them. It also looks at which commands PGD doesn't replicate at all.
* [DML and DDL replication](dml-and-ddl) shows what the differences between the two classes of SQL statements are and how PGD handles replicating them. It also looks at which commands PGD doesn't replicate at all.

* [Nodes with differences](differences) examines how PGD worls with configurations where there are differing table structures and schemas on replicated nodes. Also covered is how to compare between such nodes with LiveCompare and how differences of PostgreSQL versions running on nodes can be handled.

* [Application rules](rules) offers some general rules for applications to avoid data anomalies.

* [Timing considerations](timing) shows how the asynchronous/synchronous replication may affect an applications view of data and notes functions to mitigate stale reads.

* [Table access methods](table-access-methods)(TAMs) notes which TAMs are available with PGD and how to enable them.
* [Table access methods](table-access-methods) (TAMs) notes which TAMs are available with PGD and how to enable them.



Expand Down

0 comments on commit 2783bbf

Please sign in to comment.