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

Commit54857ad

Browse files
committed
Fixes:
It is not possible to define attributes as arrays of date or time, thetype _time and _date are not defined.Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
1 parent1d4a115 commit54857ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/catalog/pg_type.h

Lines changed: 3 additions & 1 deletion
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.2 1996/07/19 05:12:40 scrappy Exp $
10+
* $Id: pg_type.h,v 1.3 1996/07/19 05:21:28 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -240,6 +240,8 @@ DATA(insert OID = 1043 ( varchar PGUID -1 -1 f b t \054 0 18 varcharin varchar
240240

241241
DATA(insertOID=1082 (datePGUID410tbt \05400date_indate_outdate_indate_outi_null_ ));
242242
DATA(insertOID=1083 (timePGUID816fbt \05400time_intime_outtime_intime_outi_null_ ));
243+
DATA(insertOID=1182 (_datePGUID-1-1fbt \05401082array_inarray_outarray_inarray_outi_null_ ));
244+
DATA(insertOID=1183 (_timePGUID-1-1fbt \05401083array_inarray_outarray_inarray_outd_null_ ));
243245
/*
244246
* prototypes for functions in pg_type.c
245247
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp