Skip to content

Commit 9fc267a

Browse files
committed
improve README.md (partition creation callback, json)
1 parent d4cebec commit 9fc267a

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)