Other scalar types (Go)
boolean
Use the boolean type to store Boolean values.
inet
Use the inet type to store literal IPV4 and IPV6 values.
Domain names are rejected for security reasons.
The Go client accepts properly formatted strings or net.IP instances.
It returns net.IP by default, but you can also decode the return value into a string.