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

Commit82ad0e6

Browse files
committed
[Doc]: apply patch to pgpathman doc
1 parent55f1c05 commit82ad0e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎contrib/pg_pathman/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Set partition creation callback to be invoked for each attached or created parti
255255
```
256256

257257
```plpgsql
258-
set_set_spawn_using_bgw(relation REGCLASS, valueBOOLEAN)
258+
set_spawn_using_bgw(relation REGCLASS, valueBOOLEAN)
259259
```
260260
When INSERTing new data beyond the partitioning range, use SpawnPartitionsWorker to create new partitions in a separate transaction.
261261

‎doc/src/sgml/pgpathman.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ set_init_callback(relation REGCLASS, callback REGPROC DEFAULT 0)
402402
}
403403
</programlisting>
404404
<programlisting>
405-
set_set_spawn_using_bgw(relation REGCLASS, value BOOLEAN)
405+
set_spawn_using_bgw(relation REGCLASS, value BOOLEAN)
406406
</programlisting>
407407
<para>
408408
When INSERTing new data beyond the partitioning range,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp