pgsql-server/src/bin/pg_dump pg_dump.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/pg_dump pg_dump.c
Date: 2003-03-20 07:05:21
Message-ID: 20030320070521.97497475FC8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2003-03-20 12:19:16 Re: pgsql-server/src/interfaces/ecpg ChangeLog Mak ...
Previous Message Bruce Momjian - CVS 2003-03-20 07:02:11 pgsql-server/ oc/src/sgml/reference.sgml oc/sr ...