| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/ oc/src/sgml/runtime.sgml rc/back ... |
| Date: | 2002-11-08 17:37:52 |
| Message-ID: | 20021108173752.F31E44760F0@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/11/08 12:37:52
Modified files:
doc/src/sgml : runtime.sgml
src/backend/utils/adt: float.c geo_ops.c
src/backend/utils/misc: guc.c postgresql.conf.sample
src/bin/pg_dump: pg_dump.c
src/bin/psql : tab-complete.c
src/include/utils: builtins.h
Log message:
Add extra_float_digits GUC parameter to allow adjustment of displayed
precision for float4, float8, and geometric types. Set it in pg_dump
so that float data can be dumped/reloaded exactly (at least on platforms
where the float I/O support is properly implemented). Initial patch by
Pedro Ferreira, some additional work by Tom Lane.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian - CVS | 2002-11-08 17:41:05 | pgsql-server/doc TODO |
| Previous Message | Bruce Momjian - CVS | 2002-11-08 17:27:03 | pgsql-server/src backend/utils/adt/arrayfuncs. ... |