Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b697aa2

Browse files
committed
Update documentation
1 parent 625782a commit b697aa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,15 @@ correspondingly.
208208
| SQL type | C type | VOPS tile type |
209209
| ----------------------- | --------- | --------------- |
210210
| bool | bool | vops\_bool |
211-
| "char", char or char(1) | char | vops\_char |
211+
| "char" | char | vops\_char |
212212
| int2 | int16 | vops\_int2 |
213213
| int4 | int32 | vops\_int4 |
214214
| int8 | int64 | vops\_int8 |
215215
| float4 | float4 | vops\_float4 |
216216
| float8 | float8 | vops\_float8 |
217217
| date | DateADT | vops\_date |
218218
| timestamp | Timestamp | vops\_timestamp |
219+
| char(N), varchar(N) | text | vops\_text |
219220

220221
VOPS doesn't support work with strings (char or varchar types), except
221222
case of single character. If strings are used as identifiers, in most

0 commit comments

Comments
 (0)