pgsql/src/backend/utils/adt format_type.c

From: Peter Eisentraut - PostgreSQL <petere(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt format_type.c
Date: 2001-02-05 17:35:04
Message-ID: 200102051735.f15HZ4V09299@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: petere(at)hub(dot)org 01/02/05 12:35:04

Modified files:
src/backend/utils/adt: format_type.c

Log message:
Dump/display 'timestamp' as 'timestamp with time zone', to make room for a
future 'timestamp without time zone', which SQL claims is equivalent to
plain 'timestamp'.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-02-05 17:37:44 pgsql/doc FAQ src/FAQ/FAQ.html
Previous Message Bruce Momjian 2001-02-04 19:25:20 Re: pgsql/ /configure /configure.in rc/Makefile.sh ...