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 77b00db commit b1fb1e4Copy full SHA for b1fb1e4
init.sql
@@ -24,7 +24,7 @@ CREATE TABLE IF NOT EXISTS @extschema@.pathman_config (
24
parttype INTEGER,
25
range_interval TEXT
26
);
27
-
+SELECT pg_catalog.pg_extension_config_dump('@extschema@.pathman_config', '');
28
29
CREATE OR REPLACE FUNCTION @extschema@.on_create_partitions(relid OID)
30
RETURNS VOID AS 'pg_pathman', 'on_partitions_created' LANGUAGE C STRICT;
0 commit comments