Skip to content

Commit a4640f9

Browse files
committed
fix typos
1 parent e3a398b commit a4640f9

24 files changed

+154
-154
lines changed

content/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ comment: false
1212

1313
PGEXT.CLOUD provides three things to help you harness the synergistic superpower of the PostgreSQL extensions ecosystem:
1414

15-
- [**Catalog**](/list) : Find the extension you need, with unparalleled [**448**](/e/) extensions included
15+
- [**Catalog**](/list) : Find the extension you need, with unparalleled [**451**](/e/) extensions included
1616
- [**Repository**](/repo) : Get pre-built RPM/DEB packages on **14** mainstream [**Linux Distributions**](/os)
1717
- [**PIG Package Manager**](/pig/) : The Missing Package Manager for PostgreSQL & Extension Ecosystem
1818

1919
{{< cards cols=4 >}}
20-
{{< card link="/list" title="Extension Catalog" icon="clipboard-list" subtitle="The complete list of 448 available PostgreSQL extensions" >}}
20+
{{< card link="/list" title="Extension Catalog" icon="clipboard-list" subtitle="The complete list of 451 available PostgreSQL extensions" >}}
2121
{{< card link="/repo" title="Software Repository" icon="cube" subtitle="The APT / DNF repo that deliver PostgreSQL extensions in native Linux format" >}}
2222
{{< card link="/pig" title="Package Manager" icon="cash" subtitle="The missing package manager for PostgreSQL & Extensions Ecosystem" >}}
2323
{{< /cards >}}
@@ -37,7 +37,7 @@ pig install pg_duckdb -v 18 # e.g. install pg_duckdb extension for PG 18
3737

3838
## Highlights
3939

40-
- **448 Extensions** : the largest catalog in the postgres ecosystem
40+
- **451 Extensions** : the largest catalog in the postgres ecosystem
4141
- **Linux Native** : RPM/DEB packages, properly built, freely compose
4242
- **Handy CLI** : pig on apt/dnf, zero‑config installs; out-of-the-box
4343
- **Compatibility** : PGDG‑Compliant, drop‑in with official PG kernel
@@ -128,7 +128,7 @@ Pigsty provides complete extension support on these [linux distributions](/os) m
128128
The **PGSTY.CLOUD** is used by some PostgreSQL Distribution Maker and Vendors to deliver PG extensions to their users and customers.
129129

130130
{{< cards cols=1 >}}
131-
{{< card link="https://github.com/pgsty/pigsty" title="Pigsty" icon="github" subtitle="Battery-Included Local-First PostgreSQL Distribution as an Open Source RDS, with HA, PITR, IaC, Observability and 448 extensions!" >}}
131+
{{< card link="https://github.com/pgsty/pigsty" title="Pigsty" icon="github" subtitle="Battery-Included Local-First PostgreSQL Distribution as an Open Source RDS, with HA, PITR, IaC, Observability and 451 extensions!" >}}
132132
{{< /cards >}}
133133

134134
{{< cards cols=2 >}}

content/_index.zh.md

Lines changed: 22 additions & 22 deletions
Large diffs are not rendered by default.

content/list/cate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "By Category"
33
weight: 100
44
---
55

6-
PostgreSQL Extensions (451 ext in 382 pkg) categorized into 16 categories.
6+
PostgreSQL Extensions (451 ext in 318 pkg) categorized into 16 categories.
77

88

99

content/list/cate.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "按分类"
33
weight: 100
44
---
55

6-
PostgreSQL 扩展(451 ext / 382 pkg)归属 16 个分类。
6+
PostgreSQL 扩展(451 ext / 318 pkg)归属 16 个分类。
77

88

99

content/os/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Platform
3-
description: Support Linux OS & Distribution Major Verions
3+
description: Support Linux OS & Distribution Major Versions
44
weight: 300
55
breadcrumbs: false
66
---

content/os/_index.zh.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ breadcrumbs: false
88
| OS | Vendor | Major | Minor | Fullname | PG Major Version | Comment |
99
|:--------------------------------------------------------------------------------------|:-------|:-----:|:-------:|:------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------:|
1010
| {{< badge content="el7.x86_64" color="orange" >}} | EL | 7 | 7.9 | CentOS 7 x86 | {{< badge content="18" color="red" >}} {{< badge content="17" color="red" >}} {{< badge content="16" color="red" >}} {{< badge content="15" color="orange" >}} {{< badge content="14" color="orange" >}} {{< badge content="13" color="orange" >}} | {{< badge content="EOL" color="red" >}} |
11-
| {{< badge content="el8.x86_64" link="/os/el8.x86_64" color="green" >}} | EL | 8 | 8.10 | RockyLinux 8 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="Near EOL" color="orange" >}} |
12-
| {{< badge content="el8.aarch64" link="/os/el8.aarch64" color="green" border=false >}} | EL | 8 | 8.10 | RockyLinux 8 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="Near EOL" color="orange" >}} |
13-
| {{< badge content="el9.x86_64" link="/os/el9.x86_64" color="green" >}} | EL | 9 | 9.6 | RockyLinux 9 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
14-
| {{< badge content="el9.aarch64" link="/os/el9.aarch64" color="green" border=false >}} | EL | 9 | 9.6 | RockyLinux 9 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
15-
| {{< badge content="el10.x86_64" link="/os/el10.x86_64" color="green" >}} | EL | 10 | 10.0 | RockyLinux 10 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
16-
| {{< badge content="el10.aarch64"link="/os/el10.aarch64"color="green" border=false >}} | EL | 10 | 10.0 | RockyLinux 10 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
11+
| {{< badge content="el8.x86_64" link="/zh/os/el8.x86_64" color="green" >}} | EL | 8 | 8.10 | RockyLinux 8 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="Near EOL" color="orange" >}} |
12+
| {{< badge content="el8.aarch64" link="/zh/os/el8.aarch64" color="green" border=false >}} | EL | 8 | 8.10 | RockyLinux 8 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="Near EOL" color="orange" >}} |
13+
| {{< badge content="el9.x86_64" link="/zh/os/el9.x86_64" color="green" >}} | EL | 9 | 9.6 | RockyLinux 9 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
14+
| {{< badge content="el9.aarch64" link="/zh/os/el9.aarch64" color="green" border=false >}} | EL | 9 | 9.6 | RockyLinux 9 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
15+
| {{< badge content="el10.x86_64" link="/zh/os/el10.x86_64" color="green" >}} | EL | 10 | 10.0 | RockyLinux 10 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
16+
| {{< badge content="el10.aarch64"link="/zh/os/el10.aarch64"color="green" border=false >}} | EL | 10 | 10.0 | RockyLinux 10 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
1717
| {{< badge content="d11.x86_64" color="orange" >}} | Debian | 11 | 11.11 | Debian 11 x86 | {{< badge content="18" color="orange" >}} {{< badge content="17" color="orange" >}} {{< badge content="16" color="orange" >}} {{< badge content="15" color="orange" >}} {{< badge content="14" color="orange" >}} {{< badge content="13" color="orange" >}} | {{< badge content="EOL" color="red" >}} |
1818
| {{< badge content="d11.aarch64" color="orange" border=false >}} | Debian | 11 | 11.11 | Debian 11 ARM | {{< badge content="18" color="orange" >}} {{< badge content="17" color="orange" >}} {{< badge content="16" color="orange" >}} {{< badge content="15" color="orange" >}} {{< badge content="14" color="orange" >}} {{< badge content="13" color="orange" >}} | {{< badge content="EOL" color="red" >}} |
19-
| {{< badge content="d12.x86_64" link="/os/d12.x86_64" color="green" >}} | Debian | 12 | 12.12 | Debian 12 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
20-
| {{< badge content="d12.aarch64" link="/os/d12.aarch64" color="green" border=false >}} | Debian | 12 | 12.12 | Debian 12 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
21-
| {{< badge content="d13.x86_64" link="/os/d13.x86_64" color="green" >}} | Debian | 13 | 13.1 | Debian 13 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
22-
| {{< badge content="d13.aarch64" link="/os/d13.aarch64" color="green" border=false >}} | Debian | 13 | 13.1 | Debian 13 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
19+
| {{< badge content="d12.x86_64" link="/zh/os/d12.x86_64" color="green" >}} | Debian | 12 | 12.12 | Debian 12 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
20+
| {{< badge content="d12.aarch64" link="/zh/os/d12.aarch64" color="green" border=false >}} | Debian | 12 | 12.12 | Debian 12 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
21+
| {{< badge content="d13.x86_64" link="/zh/os/d13.x86_64" color="green" >}} | Debian | 13 | 13.1 | Debian 13 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
22+
| {{< badge content="d13.aarch64" link="/zh/os/d13.aarch64" color="green" border=false >}} | Debian | 13 | 13.1 | Debian 13 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
2323
| {{< badge content="u20.x86_64" color="orange" >}} | Ubuntu | 20 | 20.04.6 | Ubuntu 20.04 x86 | {{< badge content="18" color="orange" >}} {{< badge content="17" color="orange" >}} {{< badge content="16" color="orange" >}} {{< badge content="15" color="orange" >}} {{< badge content="14" color="orange" >}} {{< badge content="13" color="orange" >}} | {{< badge content="EOL" color="red" >}} |
2424
| {{< badge content="u20.aarch64"color="orange" border=false >}} | Ubuntu | 20 | 20.04.6 | Ubuntu 20.04 ARM | {{< badge content="18" color="orange" >}} {{< badge content="17" color="orange" >}} {{< badge content="16" color="orange" >}} {{< badge content="15" color="orange" >}} {{< badge content="14" color="orange" >}} {{< badge content="13" color="orange" >}} | {{< badge content="EOL" color="red" >}} |
25-
| {{< badge content="u22.x86_64" link="/os/u22.x86_64" color="green" >}} | Ubuntu | 22 | 22.04.5 | Ubuntu 22.04 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
26-
| {{< badge content="u22.aarch64" link="/os/u22.aarch64" color="green" border=false >}} | Ubuntu | 22 | 22.04.5 | Ubuntu 22.04 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
27-
| {{< badge content="u24.x86_64" link="/os/u24.x86_64" color="green" >}} | Ubuntu | 24 | 24.04.3 | Ubuntu 24.04 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
28-
| {{< badge content="u24.aarch64" link="/os/u24.aarch64" color="green" border=false >}} | Ubuntu | 24 | 24.04.3 | Ubuntu 24.04 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
25+
| {{< badge content="u22.x86_64" link="/zh/os/u22.x86_64" color="green" >}} | Ubuntu | 22 | 22.04.5 | Ubuntu 22.04 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
26+
| {{< badge content="u22.aarch64" link="/zh/os/u22.aarch64" color="green" border=false >}} | Ubuntu | 22 | 22.04.5 | Ubuntu 22.04 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
27+
| {{< badge content="u24.x86_64" link="/zh/os/u24.x86_64" color="green" >}} | Ubuntu | 24 | 24.04.3 | Ubuntu 24.04 x86 | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |
28+
| {{< badge content="u24.aarch64" link="/zh/os/u24.aarch64" color="green" border=false >}} | Ubuntu | 24 | 24.04.3 | Ubuntu 24.04 ARM | {{< badge content="18" color="green" >}} {{< badge content="17" color="green" >}} {{< badge content="16" color="green" >}} {{< badge content="15" color="green" >}} {{< badge content="14" color="green" >}} {{< badge content="13" color="green" >}} | {{< badge content="OK" color="green" >}} |

content/pig/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Check sub-commands [documentation](/pig/cmd) with `pig help <command>`
7373

7474
The `pig` CLI is developed by [Vonng](https://blog.vonng.com/en/), and open-sourced under the [Apache License 2.0](https://github.com/pgsty/pig/?tab=Apache-2.0-1-ov-file#readme).
7575

76-
You can also check the [pigsty](https://pgsty.com) project, which makes it even smoother to deliver all these [extensions](/usage) in an IaC way:
76+
You can also check the [pigsty](https://pgsty.com) project, which makes it even smoother to deliver all these [extensions](/list) in an IaC way:
7777

7878
{{< cards cols=4 >}}
7979
{{< card link="https://github.com/pgsty/pgext" title="PGEXT" icon="github" subtitle="This Website and Extension Catalog" >}}

content/pig/_index.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ weight: 100
1515

1616
PIG 包管理器是一个专门用于安装、管理、构建 PostgreSQL 及其扩展的命令行工具,使用 Go 开发,开箱即用,简单易用,小巧玲珑(4MB)。
1717
PIG 包管理器并非重新发明的土鳖轮子,而是 **依托** (PiggyBack)现有 Linux 发行版包管理器 (`apt`/`dnf`)的一个高级抽象层。
18-
它屏蔽了不同操作系统,不同芯片架构,以及不同 PG 大版本的管理差异,让您用简单的几行命令,就可以完成 PG 内核与 444+ 扩展的安装与管理。
18+
它屏蔽了不同操作系统,不同芯片架构,以及不同 PG 大版本的管理差异,让您用简单的几行命令,就可以完成 PG 内核与 451 扩展的安装与管理。
1919

2020
PIG 的命令设计同样适合自动化脚本:提供统一的参数风格、清晰的错误提示,以及如 `--dry-run` 等安全开关。
2121

0 commit comments

Comments
 (0)