postgres-nio
postgres-nio copied to clipboard
Add PostgresType
Add enum representing postgres type names. This is different than what PostgresDataType represents as that does not include precisions / lengths, it only identifies the wire protocol format.
List of supported postgres types: https://www.postgresql.org/docs/9.5/datatype.html
Note, this type should also be extendable to support custom types created through CREATE TYPE ....