Skip to content

Commit 8621b5f

Browse files
authored
[+] update with new PostgreSQL versions and links
1 parent eaf3875 commit 8621b5f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Documentation](https://img.shields.io/badge/Documentation-%F0%9F%93%9C-666?logo=github)](https://cybertec-postgresql.github.io/pg_timetable/)
22
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
33
[![Build and Test](https://github.com/cybertec-postgresql/pg_timetable/actions/workflows/build.yml/badge.svg)](https://github.com/cybertec-postgresql/pg_timetable/actions/workflows/build.yml)
4-
[![Coverage Status](https://img.shields.io/coverallsCoverage/github/cybertec-postgresql/pg_timetable?branch=master&label=Coverage&color=yellow)](https://coveralls.io/github/cybertec-postgresql/pg_timetable?branch=master)
4+
[![Coverage Status](https://img.shields.io/coverallsCoverage/github/cybertec-postgresql/pg_timetable?branch=master&label=Coverage&color=green)](https://coveralls.io/github/cybertec-postgresql/pg_timetable?branch=master)
55
[![Github All Releases](https://img.shields.io/github/downloads/cybertec-postgresql/pg_timetable/total?label=Downloads)](https://github.com/cybertec-postgresql/pg_timetable/releases)
66
[![Docker Pulls](https://img.shields.io/docker/pulls/cybertecpostgresql/pg_timetable?label=Docker%20Pulls)](https://hub.docker.com/r/cybertecpostgresql/pg_timetable)
77
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)
@@ -42,7 +42,7 @@ SELECT timetable.add_job('reindex-job', '0 0 * * 7', 'bash',
4242

4343
## Documentation
4444

45-
<https://pg-timetable.readthedocs.io/>
45+
<https://cybertec-postgresql.github.io/pg_timetable/>
4646

4747
## Main features
4848

@@ -102,17 +102,17 @@ Complete usage guide can be found in the [documentation](https://pg-timetable.re
102102

103103
| Cloud Service | Supported | PostgreSQL Version | Supported | OS | Supported |
104104
| ---------------- |:---------:| ------------------- |:---------:| -- |:---------:|
105-
| [Alibaba Cloud] | ✅ | [18 (devel)] | ✅ | Linux | ✅ |
106-
| [Amazon RDS] | ✅ | [17 (current)] | ✅ | Darwin | ✅ |
107-
| [Amazon Aurora] | ✅ | [16] | ✅ | Windows | ✅ |
108-
| [Azure] | ✅ | [15] | ✅ | FreeBSD\* | ✅ |
109-
| [Citus Cloud] | ✅ | [14] | ✅ | NetBSD\* | ✅ |
110-
| [Crunchy Bridge] | ✅ | [13] | ✅ | OpenBSD\* | ✅ |
111-
| [DigitalOcean] | ✅ | [12] | ✅ | Solaris\* | ✅ |
112-
| [Google Cloud] | ✅ | [11] | ✅ | | |
113-
| [Heroku] | ✅ | [10] | | | |
114-
| [Supabase] | ✅ | | | | |
115-
| [Tembo] | ✅ | | | | |
105+
| [Alibaba Cloud] | ✅ | [19 (devel)] | ✅ | Linux | ✅ |
106+
| [Amazon RDS] | ✅ | [18 (current)] | ✅ | Darwin | ✅ |
107+
| [Amazon Aurora] | ✅ | [17] | ✅ | Windows | ✅ |
108+
| [Azure] | ✅ | [16] | ✅ | FreeBSD\* | ✅ |
109+
| [Citus Cloud] | ✅ | [15] | ✅ | NetBSD\* | ✅ |
110+
| [Crunchy Bridge] | ✅ | [14] | ✅ | OpenBSD\* | ✅ |
111+
| [DigitalOcean] | ✅ | [13] | ✅ | Solaris\* | ✅ |
112+
| [Google Cloud] | ✅ | [12] | ✅ | | |
113+
| [Heroku] | ✅ | [11] | | | |
114+
| [Supabase] | ✅ | [10] | ✅ | | |
115+
116116

117117
\* - there are no official release binaries made for these OSes. One would need to [build them from sources](https://pg-timetable.readthedocs.io/en/master/installation.html#build-from-sources).
118118

@@ -128,9 +128,9 @@ Complete usage guide can be found in the [documentation](https://pg-timetable.re
128128
[Google Cloud]: https://cloud.google.com/sql/docs/postgres/
129129
[Heroku]: https://elements.heroku.com/addons/heroku-postgresql
130130
[Supabase]: https://supabase.io/docs/guides/database
131-
[Tembo]: https://cloud.tembo.io/
132-
[18 (devel)]: https://www.postgresql.org/docs/devel/index.html
133-
[17 (current)]: https://www.postgresql.org/docs/17/index.html
131+
[19 (devel)]: https://www.postgresql.org/docs/devel/index.html
132+
[18 (current)]: https://www.postgresql.org/docs/18/index.html
133+
[17]: https://www.postgresql.org/docs/17/index.html
134134
[16]: https://www.postgresql.org/docs/16/index.html
135135
[15]: https://www.postgresql.org/docs/15/index.html
136136
[14]: https://www.postgresql.org/docs/14/index.html

0 commit comments

Comments
 (0)