Merge pull request #339 from sabracrolleton/master
[postmodern.git] / cl-postgres / oid.lisp
blob1e52c146eda6c3e9f081a86e6590f44b0155f3cb
1 ;;;; -*- Mode: LISP; Syntax: Ansi-Common-Lisp; Base: 10; Package: CL-POSTGRES-OID; -*-
3 (in-package :cl-postgres-oid)
5 (defconstant +bool+ 16)
6 (defconstant +bytea+ 17)
7 (defconstant +char+ 18)
8 (defconstant +name+ 19)
9 (defconstant +int8+ 20)
10 (defconstant +int2+ 21)
11 (defconstant +int2vector+ 22)
12 (defconstant +int4+ 23)
13 (defconstant +regproc+ 24)
14 (defconstant +text+ 25)
15 (defconstant +oid+ 26)
16 (defconstant +tid+ 27)
17 (defconstant +xid+ 28)
18 (defconstant +cid+ 29)
19 (defconstant +oid-vector+ 30)
20 (defconstant +json+ 114)
21 (defconstant +xml+ 142)
22 (defconstant +pgnodetree+ 194)
23 (defconstant +pgddlcommand+ 32)
24 (defconstant +point+ 600)
25 (defconstant +lseg+ 601)
26 (defconstant +path+ 602)
27 (defconstant +box+ 603)
28 (defconstant +polygon+ 604)
29 (defconstant +line+ 628)
30 (defconstant +float4+ 700)
31 (defconstant +float8+ 701)
32 (defconstant +abstime+ 702)
33 (defconstant +reltime+ 703)
34 (defconstant +tinterval+ 704)
35 (defconstant +unknown+ 705)
36 (defconstant +circle+ 718)
37 (defconstant +cash+ 790)
38 (defconstant +macaddr+ 829)
39 (defconstant +inet+ 869)
40 (defconstant +cidr+ 650)
41 (defconstant +bool-array+ 1000)
42 (defconstant +bytea-array+ 1001)
43 (defconstant +char-array+ 1002)
44 (defconstant +name-array+ 1003)
45 (defconstant +int2-array+ 1005)
46 (defconstant +int4-array+ 1007)
47 (defconstant +text-array+ 1009)
48 (defconstant +bpchar-array+ 1014)
49 (defconstant +varchar-array+ 1015)
50 (defconstant +int8-array+ 1016)
51 (defconstant +point-array+ 1017)
52 (defconstant +lseg-array+ 1018)
53 (defconstant +box-array+ 1020)
54 (defconstant +float4-array+ 1021)
55 (defconstant +float8-array+ 1022)
56 (defconstant +oid-array+ 1028)
57 (defconstant +aclitem+ 1033)
58 (defconstant +cstring-array+ 1263)
59 (defconstant +bpchar+ 1042)
60 (defconstant +varchar+ 1043)
61 (defconstant +date+ 1082)
62 (defconstant +time+ 1083)
63 (defconstant +timestamp+ 1114)
64 (defconstant +timestamp-array+ 1115)
65 (defconstant +date-array+ 1182)
66 (defconstant +time-array+ 1183)
67 (defconstant +timestamptz+ 1184)
68 (defconstant +timestamptz-array+ 1185)
69 (defconstant +interval+ 1186)
70 (defconstant +interval-array+ 1187)
71 (defconstant +timetz+ 1266)
72 (defconstant +bit+ 1560)
73 (defconstant +bit-array+ 1561)
74 (defconstant +varbit+ 1562)
75 (defconstant +varbit-array+ 1563)
76 (defconstant +numeric+ 1700)
77 (defconstant +numeric-array+ 1231)
78 (defconstant +refcursor+ 1790)
79 (defconstant +regprocedure+ 2202)
80 (defconstant +regoper+ 2203)
81 (defconstant +regoperator+ 2204)
82 (defconstant +regclass+ 2205)
83 (defconstant +regtype+ 2206)
84 (defconstant +regrole+ 4096)
85 (defconstant +regnamespace+ 4089)
86 (defconstant +regtype-array+ 2211)
87 (defconstant +uuid+ 2950)
88 (defconstant +lsn+ 3220)
89 (defconstant +tsvector+ 3614)
90 (defconstant +gtsvector+ 3642)
91 (defconstant +tsquery+ 3615)
92 (defconstant +regconfig+ 3734)
93 (defconstant +regdictionary+ 3769)
94 (defconstant +jsonb+ 3802)
95 (defconstant +int4range+ 3904)
96 (defconstant +record+ 2249)
97 (defconstant +record-array+ 2287)
98 (defconstant +cstring+ 2275)
99 (defconstant +any+ 2276)
100 (defconstant +any-array+ 2277)
101 (defconstant +v-oid+ 2278)
102 (defconstant +trigger+ 2279)
103 (defconstant +evttrigger+ 3838)
104 (defconstant +language-handler+ 2280)
105 (defconstant +internal+ 2281)
106 (defconstant +opaque+ 2282)
107 (defconstant +anyelement+ 2283)
108 (defconstant +anynon-array+ 2776)
109 (defconstant +anyenum+ 3500)
110 (defconstant +fdw-handler+ 3115)
111 (defconstant +index-am-handler+ 325)
112 (defconstant +tsm-handler+ 3310)
113 (defconstant +anyrange+ 3831)