During a pg_dump, does the extra_float_digits option only affect the
COPY data, or could it possibly also affect column defaults, view
definitions, etc?
It applies to any output of a float4 or float8 value, so yeah it could
affect display of column defaults etc. Is this bad?
No, it's OK. I'm
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes:
> During a pg_dump, does the extra_float_digits option only affect the
> COPY data, or could it possibly also affect column defaults, view
> definitions, etc?
It applies to any output of a float4 or float8 value, so yeah it could
affect display
Hi guys,
During a pg_dump, does the extra_float_digits option only affect the
COPY data, or could it possibly also affect column defaults, view
definitions, etc?
Chris
---(end of broadcast)---
TIP 9: the planner will ignore your desire to choos