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 65ea14c commit f30ff43Copy full SHA for f30ff43
contrib/pg_pathman/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