Skip to content

Commit

Permalink
Format fixes (also for app usage)
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m committed Oct 12, 2023
1 parent c562e85 commit 0b7f0ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions product_docs/docs/pgd/5/appusage/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Developing an application with PGD is mostly the same as working with any Postgr
- Large objects
- Toast


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

* [Nodes with differences](differences) examines how PGD works 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 in PostgreSQL versions running on nodes can be handled.
Expand Down
11 changes: 6 additions & 5 deletions product_docs/docs/pgd/5/cli/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ directoryDefaults:

The EDB Postgres Distributed Command Line Interface (PGD CLI) is a tool for managing your EDB Postgres Distributed cluster. It allows you to run commands against EDB Postgres Distributed clusters. It's installed automatically on systems in a TPA-deployed PGD cluster. Or it can be installed manually on systems that can connect to any PGD cluster, such as EDB BigAnimal distributed high-availability clusters or PGD clusters deployed using the EDB PGD for Kubernetes operator.

See [Installing PGD CLI](installing_cli) for information about how to manually install PGD CLI on systems.
* [Installing PGD CLI](installing_cli) has instructions on manually installing PGD CLI on various systems.

See [Using PGD CLI](using_cli) for an introduction to using the PGD CLI and connecting to your PGD cluster.
* [Using PGD CLI](using_cli) offers an introduction to using the PGD CLI and how to connect to your PGD cluster.

See [Configuring PGD CLI](configuring_cli) for details on creating persistent configurations for quicker connections.
* [Configuring PGD CLI](configuring_cli) has details on creating persistent configurations for quicker connections.

See the [Command reference](command_ref) for the available commands to inspect, manage, and get information about cluster resources.
* [PGD CLI's Command reference](command_ref) covers all the available commands to inspect, manage, and get information about cluster resources.

* [Discovering connection strings](discover_connections) shows how to obtain the correct connection strings for your PGD-powered deployment.

See [Discovering connection strings](discover_connections) to learn how to obtain the correct connection strings for your PGD-powered deployment.

0 comments on commit 0b7f0ed

Please sign in to comment.