Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc97672b

Browse files
author
Thomas G. Lockhart
committed
Make ISO date style (e.g. "2000-02-16 09:33") the default.
Implement "date/time grand unification". Transform datetime and timespan into timestamp and interval. Deprecate datetime and timespan, though translate to new types in gram.y. Transform all datetime and timespan catalog entries into new types. Make "INTERVAL" reserved word allowed as a column identifier in gram.y. Remove dt.h, dt.c files, and retarget datetime.h, datetime.c as utility routines for all date/time types. date.{h,c} now deals with date, time types. timestamp.{h,c} now deals with timestamp, interval types. nabstime.{h,c} now deals with abstime, reltime, tinterval types.Make NUMERIC a known native type for purposes of type coersion. Not tested.
1 parent35ba9de commitc97672b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/init/globals.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.40 2000/01/26 05:57:26 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.41 2000/02/16 17:25:49 thomas Exp $
1212
*
1313
* NOTES
1414
* Globals used all over the place should be declared here and not
@@ -66,7 +66,7 @@ boolIsUnderPostmaster = false;
6666

6767
intDebugLvl=0;
6868

69-
intDateStyle=USE_POSTGRES_DATES;
69+
intDateStyle=USE_ISO_DATES;
7070
boolEuroDates= false;
7171
boolHasCTZSet= false;
7272
boolCDayLight= false;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp