diff --git a/README.md b/README.md index 08e6502..f361aaa 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ tsvector | text search document | 3614 txid_snapshot | user-level transaction ID snapshot | 2970 xml | XML data | 142 -Additionally, the following 9 common types are also implemented, +Additionally, the following 10 common types are also implemented, with the Pharo class they map to. Name | Description | Oid | Class @@ -231,11 +231,12 @@ oid | object identifier | 26 | Integer name | name | 19 | String bpchar | text | 1042 | String void | void | 2278 | UndefinedObject -_bool | boolean array | 1000 | Array -_int4 | integer array | 1007 | Array -_text | string array | 1009 | Array -_varchar | string array | 1015 | Array -_float8 | float array | 1022 | Array +_bool | boolean array | 1000 | Array\ +_int4 | integer array | 1007 | Array\ +_oid | oid array | 1028 | Array\ +_text | string array | 1009 | Array\ +_varchar | string array | 1015 | Array\ +_float8 | float array | 1022 | Array\ P3 also supports enums. Each enum definition creates a new type. You can send #loadEnums to P3Client to create mappings for all visible enums.