Skip to content

enable_safe_compat_functions_with_nz

This configuration parameter enables type-safe casting functions for compatibility with IBM Netezza and other databases.

For example, to enable the functions system-wide:

alter system set enable_safe_compat_functions_with_nz to true;
WARNING:  Will be effective after the next server configuration reload, or after the next server restart in the case of parameters that can only be changed at server start

select pg_reload_conf();
 pg_reload_conf 
----------------
 t
(1 row)