Skip to content

Commit 53cf1cd

Browse files
committed
fix en docs typo
1 parent 6ed3cc5 commit 53cf1cd

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

docs/PGSQL-ARCH.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Each **database cluster** is a **self-organizing** business service unit consist
1313

1414
Let's get started with ER diagram. There are four types of core entities in Pigsty's PGSQL module:
1515

16-
* [**PGSQL Cluster**](#cluster): An autonomous PostgreSQL business unit, used as the top-level namespace for other entities.
17-
* [**PGSQL Service**](#service): A named abstraction of cluster ability, route traffics, and expose postgres services with node ports.
18-
* [**PGSQL Instance**](#instance): A single postgres server which is a group of running processes & database files on a single node.
19-
* [**PGSQL Node**](#node): An abstraction of hardware resources, which can be bare metal, virtual machine, or even k8s pods.
16+
* **PGSQL Cluster**: An autonomous PostgreSQL business unit, used as the top-level namespace for other entities.
17+
* **PGSQL Service**: A named abstraction of cluster ability, route traffics, and expose postgres services with node ports.
18+
* **PGSQL Instance**: A single postgres server which is a group of running processes & database files on a single node.
19+
* **PGSQL Node**: An abstraction of hardware resources, which can be bare metal, virtual machine, or even k8s pods.
2020

2121
![PGSQL-ER](https://user-images.githubusercontent.com/8587410/217492920-47613743-88b8-4c21-a8b9-cf7420cdd50f.png)
2222

docs/PGSQL.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@
9494

9595
## Dashboard
9696

97-
There are 26 default grafana dashboards about PostgreSQL and categorized into 4 levels
98-
99-
Check [Monitoring](PGSQL-MONITOR) & [Dashboards](PGSQL-DASHBOARD) for details.
97+
There are 26 default grafana dashboards about PostgreSQL and categorized into 4 levels. Check [Dashboards](PGSQL-DASHBOARD) for details.
10098

10199
| Overview | Cluster | Instance | Database |
102100
|:---------------------------------------------------------:|:---------------------------------------------------------------------:|:-----------------------------------------------------------:|:---------------------------------------------------------:|

docs/PLAYBOOK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Playbook
22

3-
> Pigsty use ansible playbook to install modules on nodes.
3+
> Run idempotent playbooks to install modules on nodes.
44
55
Playbooks are used in Pigsty to install [modules](ARCH#modules) on nodes.
66

0 commit comments

Comments
 (0)