[9102] Use FillRaidOrPartyHealthPriorityTargets for 34861 and ranks.
[getmangos.git] / dep / include / postgre / pg_type.h
blob823656cb1ca7e4c51d68781acb67d9a4f7318a43
1 /*-------------------------------------------------------------------------
3 * pg_type.h
4 * definition of the system "type" relation (pg_type)
5 * along with the relation's initial contents.
8 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
9 * Portions Copyright (c) 1994, Regents of the University of California
11 * $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/pg_type.h,v 1.8 2008/01/01 19:45:59 momjian Exp $
13 * NOTES
14 * the genbki.sh script reads this file and generates .bki
15 * information from the DATA() statements.
17 *-------------------------------------------------------------------------
19 #ifndef PG_TYPE_H
20 #define PG_TYPE_H
22 /* ----------------
23 * initial contents of pg_type
24 * ----------------
27 /* keep the following ordered by OID so that later changes can be made easier*/
29 /* OIDS 1 - 99 */
30 #define BOOLOID 16
31 #define BYTEAOID 17
32 #define CHAROID 18
33 #define NAMEOID 19
34 #define INT8OID 20
35 #define INT2OID 21
36 #define INT2VECTOROID 22
37 #define INT4OID 23
38 #define REGPROCOID 24
39 #define TEXTOID 25
40 #define OIDOID 26
41 #define TIDOID 27
42 #define XIDOID 28
43 #define CIDOID 29
44 #define OIDVECTOROID 30
45 #define POINTOID 600
46 #define LSEGOID 601
47 #define PATHOID 602
48 #define BOXOID 603
49 #define POLYGONOID 604
50 #define LINEOID 628
51 #define FLOAT4OID 700
52 #define FLOAT8OID 701
53 #define ABSTIMEOID 702
54 #define RELTIMEOID 703
55 #define TINTERVALOID 704
56 #define UNKNOWNOID 705
57 #define CIRCLEOID 718
58 #define CASHOID 790
59 #define INETOID 869
60 #define CIDROID 650
61 #define BPCHAROID 1042
62 #define VARCHAROID 1043
63 #define DATEOID 1082
64 #define TIMEOID 1083
65 #define TIMESTAMPOID 1114
66 #define TIMESTAMPTZOID 1184
67 #define INTERVALOID 1186
68 #define TIMETZOID 1266
69 #define ZPBITOID 1560
70 #define VARBITOID 1562
71 #define NUMERICOID 1700
73 #endif /* PG_TYPE_H */