diff --git a/scripts/settings/autogenerate-settings.sh b/scripts/settings/autogenerate-settings.sh index ee94cf076a3..f31890a2319 100755 --- a/scripts/settings/autogenerate-settings.sh +++ b/scripts/settings/autogenerate-settings.sh @@ -265,6 +265,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then "Null" "Encryption" "Hash" + "Introspection" ) for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do @@ -374,6 +375,7 @@ insert_src_files=( "null-functions.md" "encryption-functions.md" "hash-functions.md" + "introspection-functions.md" ) insert_dest_files=( @@ -391,6 +393,7 @@ insert_dest_files=( "docs/sql-reference/functions/functions-for-nulls.md" "docs/sql-reference/functions/encryption-functions.md" "docs/sql-reference/functions/hash-functions.md" + "docs/sql-reference/functions/introspection.md" ) echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"