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

Commit9fc267a

Browse files
committed
improve README.md (partition creation callback, json)
1 parentd4cebec commit9fc267a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,17 +267,21 @@ Set partition creation callback to be invoked for each attached or created parti
267267
/* RANGE-partitioned table abc (child abc_4) */
268268
{
269269
"parent":"abc",
270+
"parent_schema":"public",
270271
"parttype":"2",
271272
"partition":"abc_4",
273+
"partition_schema":"public",
272274
"range_max":"401",
273275
"range_min":"301"
274276
}
275277

276278
/* HASH-partitioned table abc (child abc_0) */
277279
{
278280
"parent":"abc",
281+
"parent_schema":"public",
279282
"parttype":"1",
280283
"partition":"abc_0"
284+
"partition_schema":"public"
281285
}
282286
```
283287

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp