Skip to content

Commit

Permalink
Add :noindex: for the second array_join
Browse files Browse the repository at this point in the history
  • Loading branch information
zivali committed Nov 14, 2023
1 parent 69da3c0 commit 6037e1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/sphinx/functions/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ Null elements will be omitted in the result.
:::

:::{function} array_join(x, delimiter, null_replacement) -> varchar
:noindex: true

Concatenates the elements of the given array using the delimiter and an optional string to replace nulls.
:::

Expand Down

0 comments on commit 6037e1d

Please sign in to comment.