Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d357c96

Browse files
committed
Update \dT again.
1 parent 80254d4 commit d357c96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/catalog/pg_type.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_type.h,v 1.69 1999/10/18 14:07:49 momjian Exp $
10+
* $Id: pg_type.h,v 1.70 1999/10/18 14:14:04 momjian Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -359,7 +359,7 @@ DESCR("varchar(length), non-blank-padded string, variable storage length");
359359
#define VARCHAROID 1043
360360

361361
DATA(insert OID = 1082 ( date PGUID 4 10 t b t \054 0 0 date_in date_out date_in date_out i _null_ ));
362-
DESCR("yyyy-mm-dd, ANSI SQL date");
362+
DESCR("ANSI SQL date");
363363
#define DATEOID 1082
364364
DATA(insert OID = 1083 ( time PGUID 8 16 f b t \054 0 0 time_in time_out time_in time_out d _null_ ));
365365
DESCR("hh:mm:ss, ANSI SQL time");
@@ -369,7 +369,7 @@ DESCR("hh:mm:ss, ANSI SQL time");
369369
DATA(insert OID = 1182 ( _date PGUID -1 -1 f b t \054 0 1082 array_in array_out array_in array_out i _null_ ));
370370
DATA(insert OID = 1183 ( _time PGUID -1 -1 f b t \054 0 1083 array_in array_out array_in array_out d _null_ ));
371371
DATA(insert OID = 1184 ( datetime PGUID 8 47 f b t \054 0 0 datetime_in datetime_out datetime_in datetime_out d _null_ ));
372-
DESCR("date and time 'yyyy-mm-dd hh:mm:ss'");
372+
DESCR("date and time");
373373
#define DATETIMEOID 1184
374374
DATA(insert OID = 1185 ( _datetime PGUID -1 -1 f b t \054 0 1184 array_in array_out array_in array_out d _null_ ));
375375
DATA(insert OID = 1186 ( timespan PGUID 12 47 f b t \054 0 0 timespan_in timespan_out timespan_in timespan_out d _null_ ));

0 commit comments

Comments
 (0)