Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3580,7 +3580,7 @@ The SQL/JSON standard borrows its definition for regular expressions from the LI

Keep in mind that the pattern argument of like_regex is a JSON path string literal, written according to the rules given in Section 8.14.7. This means in particular that any backslashes you want to use in the regular expression must be doubled. For example, to match string values of the root document that contain only digits:

$.* ? (@ like_regex "^\\d+$")
`$.* ? (@ like_regex "^\\d+$")`

## 9.17. Sequence Manipulation Functions (NOT SUPPORTED) {#sequence-manipulation-functions}

Expand Down
2 changes: 1 addition & 1 deletion ydb/docs/en/core/postgresql/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
This section contains PostgreSQL functions supported in the YDB compatibility mode with PostgreSQL. The original structure of the PostgreSQL documentation and examples of function application are preserved in the section. This article is automatically supplemented and tested.


{% include [functions.md](../../_includes/postgresql/functions.md) %}
{% include [functions](./_includes/functions.md) %}

2 changes: 1 addition & 1 deletion ydb/docs/ru/core/postgresql/_includes/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3580,7 +3580,7 @@ The SQL/JSON standard borrows its definition for regular expressions from the LI

Keep in mind that the pattern argument of like_regex is a JSON path string literal, written according to the rules given in Section 8.14.7. This means in particular that any backslashes you want to use in the regular expression must be doubled. For example, to match string values of the root document that contain only digits:

$.* ? (@ like_regex "^\\d+$")
`$.* ? (@ like_regex "^\\d+$")`

## 9.17. Sequence Manipulation Functions (NOT SUPPORTED) {#sequence-manipulation-functions}

Expand Down
2 changes: 1 addition & 1 deletion ydb/docs/ru/core/postgresql/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

В данном разделе содержатся PostgreSQL функции, поддерживаемые в режиме совместимости YDB с PostgreSQL. В разделе сохранены оригинальная структура документации PostgreSQL и примеры применения функций. Данная статья автоматически пополняется и тестируется, поэтому текст представлен только на английском языке.

{% include [functions.md](./_includes/functions.md) %}
{% include [functions](./_includes/functions.md) %}