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 of column defaults etc. Is this bad? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])