Skip to content

Commit

Permalink
Add redirectors for SQL routine change
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Dec 11, 2024
1 parent 18f6047 commit 6f84b89
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/src/main/sphinx/redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,18 @@ connector/atop.md connector/removed.md
connector/localfile.md connector/removed.md
connector/accumulo.md connector/removed.md
security/apache-ranger-access-control.md security/ranger-access-control.md
routines.md udf.md
routines/function.md udf/function.md
routines/introduction.md udf/introduction.md
routines/begin.md udf/sql/begin.md
routines/case.md udf/sql/case.md
routines/declare.md udf/sql/declare.md
routines/examples.md udf/sql/examples.md
routines/if.md udf/sql/if.md
routines/iterate.md udf/sql/iterate.md
routines/leave.md udf/sql/leave.md
routines/loop.md udf/sql/loop.md
routines/repeat.md udf/sql/repeat.md
routines/return.md udf/sql/return.md
routines/set.md udf/sql/set.md
routines/while.md udf/sql/while.md

0 comments on commit 6f84b89

Please sign in to comment.