AWS prescriptive-guidance documentation change
Summary
Updated PostgreSQL LIKE operator documentation link to point to current version
Security assessment
The change only updates a documentation link to point to the current version of PostgreSQL documentation, with no security implications
Diff
diff --git a/prescriptive-guidance/latest/patterns/change-python-and-perl-applications-to-support-database-migration-from-microsoft-sql-server-to-amazon-aurora-postgresql-compatible-edition.md index b33350893..ed5e33a16 100644 --- a/prescriptive-guidance/latest/patterns/change-python-and-perl-applications-to-support-database-migration-from-microsoft-sql-server-to-amazon-aurora-postgresql-compatible-edition.md +++ b/prescriptive-guidance/latest/patterns/change-python-and-perl-applications-to-support-database-migration-from-microsoft-sql-server-to-amazon-aurora-postgresql-compatible-edition.md @@ -428 +428 @@ Convert additional SQL Server constructs to PostgreSQL.| The following changes a - * Handle [LIKE](https://www.postgresqltutorial.com/postgresql-like/) operators for case-sensitive matching with the [collation feature in PostgreSQL](https://www.postgresql.org/docs/9.1/collation.html). + * Handle [LIKE](https://www.postgresql.org/docs/current/functions-matching.html#FUNCTIONS-LIKE) operators for case-sensitive matching with the [collation feature in PostgreSQL](https://www.postgresql.org/docs/9.1/collation.html).