Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit61b57f0

Browse files
committed
[Doc]: fixes for pgpathman.sgml
1 parentf2b06ee commit61b57f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎doc/src/sgml/pgpathman.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,14 @@ create_hash_partitions(relation REGCLASS,
190190
create_range_partitions(relation REGCLASS,
191191
attribute TEXT,
192192
start_value ANYELEMENT,
193-
interval ANYELEMENT,
193+
p_interval ANYELEMENT,
194194
count INTEGER DEFAULT NULL
195195
partition_data BOOLEAN DEFAULT TRUE)
196196

197197
create_range_partitions(relation REGCLASS,
198198
attribute TEXT,
199199
start_value ANYELEMENT,
200-
interval INTERVAL,
200+
p_interval INTERVAL,
201201
count INTEGER DEFAULT NULL,
202202
partition_data BOOLEAN DEFAULT TRUE)
203203
</programlisting>
@@ -221,14 +221,14 @@ create_partitions_from_range(relation REGCLASS,
221221
attribute TEXT,
222222
start_value ANYELEMENT,
223223
end_value ANYELEMENT,
224-
interval ANYELEMENT,
224+
p_interval ANYELEMENT,
225225
partition_data BOOLEAN DEFAULT TRUE)
226226

227227
create_partitions_from_range(relation REGCLASS,
228228
attribute TEXT,
229229
start_value ANYELEMENT,
230230
end_value ANYELEMENT,
231-
interval INTERVAL,
231+
p_interval INTERVAL,
232232
partition_data BOOLEAN DEFAULT TRUE)
233233
</programlisting>
234234
<para>
@@ -400,8 +400,8 @@ drop_partitions(parent REGCLASS,
400400
Update RANGE partitioned table interval. Note that interval must not
401401
be negative and it must not be trivial, i.e. its value should be
402402
greater than zero for numeric types, at least 1 microsecond for
403-
<literal>TIMESTAMP</literal> and at least 1 day
404-
for <literal>DATE</literal>.
403+
<literal>timestamp</literal> and at least 1 day
404+
for <literal>date</literal>.
405405
</para>
406406
<programlisting>
407407
set_enable_parent(relation REGCLASS, value BOOLEAN)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp