We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cebec commit 9fc267aCopy full SHA for 9fc267a
README.md
@@ -267,17 +267,21 @@ Set partition creation callback to be invoked for each attached or created parti
267
/* RANGE-partitioned table abc (child abc_4) */
268
{
269
"parent": "abc",
270
+ "parent_schema": "public",
271
"parttype": "2",
272
"partition": "abc_4",
273
+ "partition_schema": "public",
274
"range_max": "401",
275
"range_min": "301"
276
}
277
278
/* HASH-partitioned table abc (child abc_0) */
279
280
281
282
"parttype": "1",
283
"partition": "abc_0"
284
+ "partition_schema": "public"
285
286
```
287
0 commit comments