Network address types v16
Name | Native | Alias | Description |
---|---|---|---|
CIDR | ✅ | IPV4 and IPV6 networks, 7 or 19 bytes storage. | |
INET | ✅ | IPV4 and IPV6 hosts and networks, 7 or 19 bytes storage. | |
MACADDR | ✅ | MAC addresses, 6 bytes storage. | |
MACADDR8 | ✅ | MAC addresses (EUI-64 format), 8 bytes storage. |
Overview
EDB Postgres Advanced Server offers data types to store IPV4, IPV6, and MAC addresses.
These data types offer input error checking and specialized operators and functions.
For more information on network address types, see PostgreSQL docs.
- On this page
- Overview