|
39 | 39 | </span></td><td>Immutable</td></tr>
|
40 | 40 | <tr><td><a name="array_append"></a><code>array_append(array: jsonb[], elem: jsonb) → jsonb[]</code></td><td><span class="funcdesc"><p>Appends <code>elem</code> to <code>array</code>, returning the result.</p>
|
41 | 41 | </span></td><td>Immutable</td></tr>
|
| 42 | +<tr><td><a name="array_append"></a><code>array_append(array: ltree[], elem: ltree) → ltree[]</code></td><td><span class="funcdesc"><p>Appends <code>elem</code> to <code>array</code>, returning the result.</p> |
| 43 | +</span></td><td>Immutable</td></tr> |
42 | 44 | <tr><td><a name="array_append"></a><code>array_append(array: oid[], elem: oid) → oid[]</code></td><td><span class="funcdesc"><p>Appends <code>elem</code> to <code>array</code>, returning the result.</p>
|
43 | 45 | </span></td><td>Immutable</td></tr>
|
44 | 46 | <tr><td><a name="array_append"></a><code>array_append(array: pg_lsn[], elem: pg_lsn) → pg_lsn[]</code></td><td><span class="funcdesc"><p>Appends <code>elem</code> to <code>array</code>, returning the result.</p>
|
|
87 | 89 | </span></td><td>Immutable</td></tr>
|
88 | 90 | <tr><td><a name="array_cat"></a><code>array_cat(left: jsonb[], right: jsonb[]) → jsonb[]</code></td><td><span class="funcdesc"><p>Appends two arrays.</p>
|
89 | 91 | </span></td><td>Immutable</td></tr>
|
| 92 | +<tr><td><a name="array_cat"></a><code>array_cat(left: ltree[], right: ltree[]) → ltree[]</code></td><td><span class="funcdesc"><p>Appends two arrays.</p> |
| 93 | +</span></td><td>Immutable</td></tr> |
90 | 94 | <tr><td><a name="array_cat"></a><code>array_cat(left: oid[], right: oid[]) → oid[]</code></td><td><span class="funcdesc"><p>Appends two arrays.</p>
|
91 | 95 | </span></td><td>Immutable</td></tr>
|
92 | 96 | <tr><td><a name="array_cat"></a><code>array_cat(left: pg_lsn[], right: pg_lsn[]) → pg_lsn[]</code></td><td><span class="funcdesc"><p>Appends two arrays.</p>
|
|
175 | 179 | </span></td><td>Immutable</td></tr>
|
176 | 180 | <tr><td><a name="array_position"></a><code>array_position(array: jsonb[], elem: jsonb, start: <a href="int.html">int</a>) → <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Return the index of the first occurrence of <code>elem</code> in <code>array</code>, with the search begins at <code>start</code> index.</p>
|
177 | 181 | </span></td><td>Immutable</td></tr>
|
| 182 | +<tr><td><a name="array_position"></a><code>array_position(array: ltree[], elem: ltree) → <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Return the index of the first occurrence of <code>elem</code> in <code>array</code>.</p> |
| 183 | +</span></td><td>Immutable</td></tr> |
| 184 | +<tr><td><a name="array_position"></a><code>array_position(array: ltree[], elem: ltree, start: <a href="int.html">int</a>) → <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Return the index of the first occurrence of <code>elem</code> in <code>array</code>, with the search begins at <code>start</code> index.</p> |
| 185 | +</span></td><td>Immutable</td></tr> |
178 | 186 | <tr><td><a name="array_position"></a><code>array_position(array: oid[], elem: oid) → <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Return the index of the first occurrence of <code>elem</code> in <code>array</code>.</p>
|
179 | 187 | </span></td><td>Immutable</td></tr>
|
180 | 188 | <tr><td><a name="array_position"></a><code>array_position(array: oid[], elem: oid, start: <a href="int.html">int</a>) → <a href="int.html">int</a></code></td><td><span class="funcdesc"><p>Return the index of the first occurrence of <code>elem</code> in <code>array</code>, with the search begins at <code>start</code> index.</p>
|
|
235 | 243 | </span></td><td>Immutable</td></tr>
|
236 | 244 | <tr><td><a name="array_positions"></a><code>array_positions(array: jsonb[], elem: jsonb) → <a href="int.html">int</a>[]</code></td><td><span class="funcdesc"><p>Returns an array of indexes of all occurrences of <code>elem</code> in <code>array</code>.</p>
|
237 | 245 | </span></td><td>Immutable</td></tr>
|
| 246 | +<tr><td><a name="array_positions"></a><code>array_positions(array: ltree[], elem: ltree) → <a href="int.html">int</a>[]</code></td><td><span class="funcdesc"><p>Returns an array of indexes of all occurrences of <code>elem</code> in <code>array</code>.</p> |
| 247 | +</span></td><td>Immutable</td></tr> |
238 | 248 | <tr><td><a name="array_positions"></a><code>array_positions(array: oid[], elem: oid) → <a href="int.html">int</a>[]</code></td><td><span class="funcdesc"><p>Returns an array of indexes of all occurrences of <code>elem</code> in <code>array</code>.</p>
|
239 | 249 | </span></td><td>Immutable</td></tr>
|
240 | 250 | <tr><td><a name="array_positions"></a><code>array_positions(array: pg_lsn[], elem: pg_lsn) → <a href="int.html">int</a>[]</code></td><td><span class="funcdesc"><p>Returns an array of indexes of all occurrences of <code>elem</code> in <code>array</code>.</p>
|
|
283 | 293 | </span></td><td>Immutable</td></tr>
|
284 | 294 | <tr><td><a name="array_prepend"></a><code>array_prepend(elem: jsonb, array: jsonb[]) → jsonb[]</code></td><td><span class="funcdesc"><p>Prepends <code>elem</code> to <code>array</code>, returning the result.</p>
|
285 | 295 | </span></td><td>Immutable</td></tr>
|
| 296 | +<tr><td><a name="array_prepend"></a><code>array_prepend(elem: ltree, array: ltree[]) → ltree[]</code></td><td><span class="funcdesc"><p>Prepends <code>elem</code> to <code>array</code>, returning the result.</p> |
| 297 | +</span></td><td>Immutable</td></tr> |
286 | 298 | <tr><td><a name="array_prepend"></a><code>array_prepend(elem: oid, array: oid[]) → oid[]</code></td><td><span class="funcdesc"><p>Prepends <code>elem</code> to <code>array</code>, returning the result.</p>
|
287 | 299 | </span></td><td>Immutable</td></tr>
|
288 | 300 | <tr><td><a name="array_prepend"></a><code>array_prepend(elem: pg_lsn, array: pg_lsn[]) → pg_lsn[]</code></td><td><span class="funcdesc"><p>Prepends <code>elem</code> to <code>array</code>, returning the result.</p>
|
|
331 | 343 | </span></td><td>Immutable</td></tr>
|
332 | 344 | <tr><td><a name="array_remove"></a><code>array_remove(array: jsonb[], elem: jsonb) → jsonb[]</code></td><td><span class="funcdesc"><p>Remove from <code>array</code> all elements equal to <code>elem</code>.</p>
|
333 | 345 | </span></td><td>Immutable</td></tr>
|
| 346 | +<tr><td><a name="array_remove"></a><code>array_remove(array: ltree[], elem: ltree) → ltree[]</code></td><td><span class="funcdesc"><p>Remove from <code>array</code> all elements equal to <code>elem</code>.</p> |
| 347 | +</span></td><td>Immutable</td></tr> |
334 | 348 | <tr><td><a name="array_remove"></a><code>array_remove(array: oid[], elem: oid) → oid[]</code></td><td><span class="funcdesc"><p>Remove from <code>array</code> all elements equal to <code>elem</code>.</p>
|
335 | 349 | </span></td><td>Immutable</td></tr>
|
336 | 350 | <tr><td><a name="array_remove"></a><code>array_remove(array: pg_lsn[], elem: pg_lsn) → pg_lsn[]</code></td><td><span class="funcdesc"><p>Remove from <code>array</code> all elements equal to <code>elem</code>.</p>
|
|
379 | 393 | </span></td><td>Immutable</td></tr>
|
380 | 394 | <tr><td><a name="array_replace"></a><code>array_replace(array: jsonb[], toreplace: jsonb, replacewith: jsonb) → jsonb[]</code></td><td><span class="funcdesc"><p>Replace all occurrences of <code>toreplace</code> in <code>array</code> with <code>replacewith</code>.</p>
|
381 | 395 | </span></td><td>Immutable</td></tr>
|
| 396 | +<tr><td><a name="array_replace"></a><code>array_replace(array: ltree[], toreplace: ltree, replacewith: ltree) → ltree[]</code></td><td><span class="funcdesc"><p>Replace all occurrences of <code>toreplace</code> in <code>array</code> with <code>replacewith</code>.</p> |
| 397 | +</span></td><td>Immutable</td></tr> |
382 | 398 | <tr><td><a name="array_replace"></a><code>array_replace(array: oid[], toreplace: oid, replacewith: oid) → oid[]</code></td><td><span class="funcdesc"><p>Replace all occurrences of <code>toreplace</code> in <code>array</code> with <code>replacewith</code>.</p>
|
383 | 399 | </span></td><td>Immutable</td></tr>
|
384 | 400 | <tr><td><a name="array_replace"></a><code>array_replace(array: pg_lsn[], toreplace: pg_lsn, replacewith: pg_lsn) → pg_lsn[]</code></td><td><span class="funcdesc"><p>Replace all occurrences of <code>toreplace</code> in <code>array</code> with <code>replacewith</code>.</p>
|
|
0 commit comments