File tree
Expand file treeCollapse file tree1 file changed
+13
-1
lines changed Expand file treeCollapse file tree1 file changed
+13
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -31,7 +31,7 @@ bool - word8(1 for True, 0 for False)
|
31 | 31 | ```
|
32 | 32 |
|
33 | 33 | ## Enum
|
34 |
| -TODO |
| 34 | +text[n] |
35 | 35 |
|
36 | 36 | ## Geometric
|
37 | 37 |
|
|
44 | 44 | ## XML
|
45 | 45 |
|
46 | 46 | ## JSON
|
| 47 | +``` |
| 48 | +json - text |
| 49 | +jsonb - word8 - 1 |
| 50 | +text |
| 51 | +``` |
47 | 52 |
|
48 | 53 | ## Array
|
49 | 54 | ```
|
@@ -59,6 +64,13 @@ for each element:
|
59 | 64 | ```
|
60 | 65 |
|
61 | 66 | ## Composite
|
| 67 | +``` |
| 68 | +word32 - number of columns |
| 69 | +for each column: |
| 70 | +oid - oid of element |
| 71 | +word32 - element length |
| 72 | +bytes[n] - encoded element |
| 73 | +``` |
62 | 74 |
|
63 | 75 | ## Range
|
64 | 76 |
|
|
You can’t perform that action at this time.
0 commit comments