Re: [HACKERS] extra_float_digits question

2003-10-05 Thread Christopher Kings-Lynne
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

Re: [HACKERS] extra_float_digits question

2003-10-05 Thread Tom Lane
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

[HACKERS] extra_float_digits question

2003-10-05 Thread Christopher Kings-Lynne
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