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 c572154 commit bb37684Copy full SHA for bb37684
init.sql
@@ -35,7 +35,7 @@ CREATE TABLE IF NOT EXISTS @extschema@.pathman_config (
35
*/
36
CREATE OR REPLACE FUNCTION @extschema@.validate_part_callback(
37
callback REGPROC,
38
- raise_error BOOL DEFAULT FALSE)
+ raise_error BOOL DEFAULT TRUE)
39
RETURNS BOOL AS 'pg_pathman', 'validate_part_callback_pl'
40
LANGUAGE C STRICT;
41
0 commit comments