diff --git a/reference/pgsql/functions/pg-delete.xml b/reference/pgsql/functions/pg-delete.xml index e412bb536b..95fcf0e655 100644 --- a/reference/pgsql/functions/pg-delete.xml +++ b/reference/pgsql/functions/pg-delete.xml @@ -103,6 +103,28 @@ &warn.experimental.func; + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.5.3/5.4.19 + Direct SQL injection to table_name and Indirect SQL injection to identifiers are fixed. + + + + + + + &reftitle.seealso; diff --git a/reference/pgsql/functions/pg-insert.xml b/reference/pgsql/functions/pg-insert.xml index 49b0f232a6..a2dd2c7b4e 100644 --- a/reference/pgsql/functions/pg-insert.xml +++ b/reference/pgsql/functions/pg-insert.xml @@ -106,6 +106,28 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.5.3/5.4.19 + Direct SQL injection to table_name and Indirect SQL injection to identifiers are fixed. + + + + + + + &reftitle.seealso; diff --git a/reference/pgsql/functions/pg-select.xml b/reference/pgsql/functions/pg-select.xml index 20cb126d9d..3e6399cfa4 100644 --- a/reference/pgsql/functions/pg-select.xml +++ b/reference/pgsql/functions/pg-select.xml @@ -85,7 +85,7 @@ via options. - + &reftitle.examples; @@ -110,6 +110,28 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.5.3/5.4.19 + Direct SQL injection to table_name and Indirect SQL injection to identifiers are fixed. + + + + + + + &reftitle.seealso; diff --git a/reference/pgsql/functions/pg-update.xml b/reference/pgsql/functions/pg-update.xml index 9c50e956dc..851722bdd5 100644 --- a/reference/pgsql/functions/pg-update.xml +++ b/reference/pgsql/functions/pg-update.xml @@ -116,6 +116,28 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.5.3/5.4.19 + Direct SQL injection to table_name and Indirect SQL injection to identifiers are fixed. + + + + + + + &reftitle.seealso;