Skip to content

Commit 543e283

Browse files
authored
Update link to RFC-9562 (UUIDv7)
RFC-9562 is no longer a draft, so refresh the link to the current version. Signed-off-by: Daniel Vérité <[email protected]>
1 parent ba9075f commit 543e283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PPM operates on [PostgreSQL's Declarative partitioning](https://www.postgresql.o
77
> [!TIP]
88
> The key objective of PPM is to simplify the use of PostgreSQL partitions for developers. By providing a secure, non-blocking, and intuitive tool for partition management
99
>
10-
> Developers can manage table schema and indexes using existing tools and ORMs, and leverate on PPM to implement `date` and [`UUIDv7`](https://datatracker.ietf.org/doc/html/draft-ietf-uuidrev-rfc4122bis#name-uuid-version-7) column based partitioning for scaling PostgreSQL systems.
10+
> Developers can manage table schema and indexes using existing tools and ORMs, and leverate on PPM to implement `date` and [`UUIDv7`](https://www.rfc-editor.org/rfc/rfc9562.html#name-uuid-version-7) column based partitioning for scaling PostgreSQL systems.
1111
1212
PPM will process all referenced partitions and exit with a non-zero code if it detects an anomaly in at least one partition. This process must be closely monitored to trigger manual intervention, if necessary, to avoid system downtime.
1313

0 commit comments

Comments
 (0)