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

Commitceca036

Browse files
committed
Hmm, numeric array type was missing too. Added.
Of the standard types, only 'timestamp' seems not to have an array type;should it be added, or are we going to remove that type for 7.0 anyway?
1 parent1500e26 commitceca036

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/include/catalog/pg_type.h

Lines changed: 2 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.76 2000/01/15 18:30:34 petere Exp $
10+
* $Id: pg_type.h,v 1.77 2000/01/17 01:29:07 tgl Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -379,6 +379,7 @@ DESCR("@ <number> <units>, time interval");
379379
DATA(insertOID=1187 (_timespanPGUID-1-1fbt \05401186array_inarray_outarray_inarray_outd_null_ ));
380380

381381
/* OIDS 1200 - 1299 */
382+
DATA(insertOID=1231 (_numericPGUID-1-1fbt \05401700array_inarray_outarray_inarray_outi_null_ ));
382383
DATA(insertOID=1296 (timestampPGUID419tbt \05400timestamp_intimestamp_outtimestamp_intimestamp_outi_null_ ));
383384
DESCR("date time timezone, limited-range ISO-formated date and time");
384385
#defineTIMESTAMPOID1296

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp