postgres-nio icon indicating copy to clipboard operation
postgres-nio copied to clipboard

Add PostgresType

Open tanner0101 opened this issue 5 years ago • 0 comments

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 ....

tanner0101 avatar Jul 28 '20 23:07 tanner0101