If a parameter is set as a value in a configuration files while surrounding it with quotes, it should be parsed as a string.
For example, if a GUC contains a version number:
some_guc = '2.30`
The automagic parsing will return a python float, equal to 2.3.
If a parameter is set as a value in a configuration files while surrounding it with quotes, it should be parsed as a string. For example, if a GUC contains a version number:
The automagic parsing will return a python float, equal to 2.3.