Skip to content

Commit 18deb9b

Browse files
authored
[Backport stable-25-2] DOCSUP-117854-fix "decimal" and "interval" values of PK-usage (#28969)
2 parents 5506c42 + 8e46d8b commit 18deb9b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ydb/docs/en/core/yql/reference/types/primitive.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Real number with variable precision, 8 bytes in size |
5757
||
5858
|| `Decimal(precision, scale)` |
5959
Real number with fixed precision, 16 bytes in size. Precision is the maximum total number of decimal digits stored, takes values from 1 to 35. Scale is the maximum number of decimal digits stored to the right of the decimal point, takes values from 0 to the precision value. |
60-
{% if feature_map_tables %}Can't be used in the primary key or in columns that form the key of a secondary index{% endif %}
6160
||
6261
{% if feature_map_tables %}
6362
|| `DyNumber` |
@@ -203,7 +202,7 @@ from -136 years to +136 years
203202
|
204203
8
205204
|
206-
{% if feature_map_tables %}Can't be used in the primary key or in columns that form the key of a secondary index.{% else %}—{% endif %} Not available for column-oriented tables
205+
Not available for column-oriented tables
207206
||
208207

209208
||

ydb/docs/ru/core/yql/reference/types/primitive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
|
180180
8
181181
|
182-
{% if feature_map_tables %}Не может использоваться в первичном ключе и в колонках, формирующих ключ вторичного индекса.{% else %}—{% endif %} Не поддерживается в колоночных таблицах
182+
Не поддерживается в колоночных таблицах
183183
||
184184

185185
||

0 commit comments

Comments
 (0)