Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The ALTER SYSTEM command modifies the value of a server configuration parameter.
ALTER SYSTEM
ALTER SYSTEM SET configuration_parameter { TO | = } { value [, ...] | DEFAULT }
ALTER SYSTEM SET rw_streaming_enable_delta_join TO true;
Was this page helpful?