Skip to content

Commit b1fb1e4

Browse files
committed
dump config table
1 parent 77b00db commit b1fb1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CREATE TABLE IF NOT EXISTS @extschema@.pathman_config (
2424
parttype INTEGER,
2525
range_interval TEXT
2626
);
27-
27+
SELECT pg_catalog.pg_extension_config_dump('@extschema@.pathman_config', '');
2828

2929
CREATE OR REPLACE FUNCTION @extschema@.on_create_partitions(relid OID)
3030
RETURNS VOID AS 'pg_pathman', 'on_partitions_created' LANGUAGE C STRICT;

0 commit comments

Comments
 (0)