Skip to content

Commit 82ad0e6

Browse files
committed
[Doc]: apply patch to pgpathman doc
1 parent 55f1c05 commit 82ad0e6

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, value BOOLEAN)
258+
set_spawn_using_bgw(relation REGCLASS, value BOOLEAN)
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)