userver: POSTGRES_OMIT_DESCRIBE_IN_EXECUTE
Loading...
Searching...
No Matches
POSTGRES_OMIT_DESCRIBE_IN_EXECUTE

POSTGRES_OMIT_DESCRIBE_IN_EXECUTE Dynamic Config

Dynamic config that turns on omit-describe-in-execute experiment for pg queries. The value specifies the current version of the experiment. Specify 0 to disable.

Schema:

# yaml
default: 0
description: |
Dynamic config that turns on omit-describe-in-execute experiment for pg queries. The value
specifies the current version of the experiment. Specify 0 to disable.
schema:
type: integer
minimum: 0

For a full list of dynamic configs see Dynamic config schemas list