From 591a78342972318579f1eb2e496011cf468d72b7 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 14 Oct 2025 09:40:24 +0200 Subject: [PATCH] Fix typos in feature matrix Author: Daniel Gustafsson Reviewed-by: .. Discussion: https://postgr.es/m/.. --- data/featurematrix.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/featurematrix.yaml b/data/featurematrix.yaml index 3e471943..eae95d8e 100644 --- a/data/featurematrix.yaml +++ b/data/featurematrix.yaml @@ -21,7 +21,7 @@ featurematrix: versions: '8.4': 'Yes' description: replaces the shared memory fixed size free space map with an on-disk - implemenation + implementation - name: Dynamic Background Workers versions: '9.4': 'Yes' @@ -347,7 +347,7 @@ featurematrix: '15': 'Yes' description: "- `regexp_count`: counts the number of places that match the regular\ \ expression in a string\r\n- `regexp_instr `: returns the starting of the Nth\ - \ match of a regular expression in a sting\r\n- `regexp_like`: returns true\ + \ match of a regular expression in a string\r\n- `regexp_like`: returns true\ \ if a regular expression has a match in a string.\r\n\r\n[https://www.postgresql.org/docs/15/functions-matching.html#FUNCTIONS-POSIX-REGEXP](https://www.postgresql.org/docs/15/functions-matching.html#FUNCTIONS-POSIX-REGEXP)" - name: Return OLD and NEW values from modified rows versions: @@ -506,7 +506,7 @@ featurematrix: - name: Automatic plan invalidation versions: '8.3': 'Yes' - description: automatic invalidation of cached exceutions plans + description: automatic invalidation of cached executions plans - name: Background Checkpointer versions: '9.2': 'Yes' @@ -657,7 +657,7 @@ featurematrix: - name: Parallel FULL and RIGHT joins versions: '16': 'Yes' - description: Ability to execute in parallell `FULL` and `RIGHT OUTER` joins. + description: Ability to execute in parallel `FULL` and `RIGHT OUTER` joins. - name: Parallel full table scans (sequential scans) versions: '9.6': 'Yes' @@ -884,7 +884,7 @@ featurematrix: '9.4': 'Yes' description: Auto-updatable views can now specify whether an INSERT or UPDATE would change the state of the row so that it would no longer be visible in the - view. Using WITH CHECK OPTION will prevent any such changes from occuring. + view. Using WITH CHECK OPTION will prevent any such changes from occurring. Replication: - name: ALTER SUBSCRIPTION ... SKIP versions: @@ -1849,7 +1849,7 @@ featurematrix: versions: '8.1': 'Yes' url: https://www.postgresql.org/docs/current/static/dblink.html - - name: dblink asyncronous notification support + - name: dblink asynchronous notification support versions: '9.0': 'Yes' description: Add the ability to retrieve asynchronous notifications using dblink @@ -2092,7 +2092,7 @@ legacymap: # This maps old id based URLs to the new titles and will generate re 168: GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS 170: Per user/database server configuration settings 171: Unicode object support in PL/python - 175: dblink asyncronous notification support + 175: dblink asynchronous notification support 176: Spinlock support for the SuperH hardware platform 178: WHEN clause for CREATE TRIGGER 179: Exclusion constraints -- 2.39.3 (Apple Git-146)