File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
265265 " Null"
266266 " Encryption"
267267 " Hash"
268+ " Introspection"
268269 )
269270
270271 for CATEGORY in " ${FUNCTION_CATEGORIES[@]} " ; do
@@ -374,6 +375,7 @@ insert_src_files=(
374375 " null-functions.md"
375376 " encryption-functions.md"
376377 " hash-functions.md"
378+ " introspection-functions.md"
377379)
378380
379381insert_dest_files=(
@@ -391,6 +393,7 @@ insert_dest_files=(
391393 " docs/sql-reference/functions/functions-for-nulls.md"
392394 " docs/sql-reference/functions/encryption-functions.md"
393395 " docs/sql-reference/functions/hash-functions.md"
396+ " docs/sql-reference/functions/introspection.md"
394397)
395398
396399echo " [$SCRIPT_NAME ] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"
You can’t perform that action at this time.
0 commit comments