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.
RESET
session_var
> SET extra_float_digits = -10;
> SHOW extra_float_digits;
extra_float_digits -------------------- -10 (1 row)
> SELECT random();
random --------- 0.20286 (1 row)
> RESET extra_float_digits;
extra_float_digits -------------------- 0 (1 row)
random ------------------- 0.561354028296755 (1 row)