Skip to content

Commit 6f763b6

Browse files
committed
fix outdated function parameter types in README.rus.md
1 parent 92209e4 commit 6f763b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rus.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ create_range_partitions(relation REGCLASS,
7777
count INTEGER DEFAULT NULL
7878
partition_data BOOLEAN DEFAULT true)
7979

80-
create_range_partitions(relation TEXT,
80+
create_range_partitions(relation REGCLASS,
8181
attribute TEXT,
8282
start_value ANYELEMENT,
8383
interval INTERVAL,
@@ -164,20 +164,20 @@ drop_range_partition(partition TEXT)
164164
Удаляет RANGE секцию вместе с содержащимися в ней данными.
165165

166166
```plpgsql
167-
attach_range_partition(relation TEXT,
168-
partition TEXT,
167+
attach_range_partition(relation REGCLASS,
168+
partition REGCLASS,
169169
start_value ANYELEMENT,
170170
end_value ANYELEMENT)
171171
```
172172
Присоединяет существующую таблицу `partition` в качестве секции к ранее секционированной таблице `relation`. Структура присоединяемой таблицы должна в точности повторять структуру родительской.
173173

174174
```plpgsql
175-
detach_range_partition(partition TEXT)
175+
detach_range_partition(partition REGCLASS)
176176
```
177177
Отсоединяет секцию `partition`, после чего она становится независимой таблицей.
178178

179179
```plpgsql
180-
disable_pathman_for(relation TEXT)
180+
disable_pathman_for(relation REGCLASS)
181181
```
182182
Отключает механизм секционирования `pg_pathman` для заданной таблицы. При этом созданные ранее секции остаются без изменений.
183183

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy