Обсуждение: pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...

Поиск
Список
Период
Сортировка

pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.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.