Statics§
Functions§
- inet_
aton - Given the dotted-quad representation of an IPv4 network address as a string, returns an integer that represents the numeric value of the address in network byte order (big endian). The returning value is a BIGINT (8-byte integer) because PG doesnβt support unsigned 32-bit integer.
- inet_
aton_ πvarchar_ int8 - inet_
ntoa - Given a numeric IPv4 network address in network byte order (big endian), returns the dotted-quad string representation of the address as a string.
- inet_
ntoa_ πint8_ varchar