pgsql-server/src/bin/pg_dump pg_dump.c - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/src/bin/pg_dump pg_dump.c
Date
Msg-id 20030320070521.97497475FC8@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    03/03/20 02:05:21

Modified files:
    src/bin/pg_dump: pg_dump.c

Log message:
    At present, dates are put into a dump in the format specified by the
    default datestyle.  This is not portable between installations.

    This patch sets DATESTYLE to ISO at the start of a pg_dump, so that the
    dates written into the dump will be restorable onto any database,
    regardless of how its default datestyle is set.

    Oliver Elphick


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/ oc/src/sgml/reference.sgml oc/sr ...
Next
From: Michael Meskes
Date:
Subject: Re: pgsql-server/src/interfaces/ecpg ChangeLog Mak ...