The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.1/static/datatype-net-types.html
Description:
8.9.2 cidr:
In table 8-22 I've missed one row:
IP Address 192.168.20.1 (without netmask)
will give output 192.168.20.1/32 (tested)
Why I was n
ecause the function definition is a string literal, it is often
helpful to use dollar quoting (see Section 4.1.2.4), rather than the
normal single quote syntax. Without dollar quoting, any single quotes
or backslashes in the function definition must be escaped by doubling
them.
--Kurt Kartaltepe
--
releases allowed only IPv6 connections and IP data types
only supported IPv4 addresses. This release adds full IPv6 support
in both of these areas.
You probably want to say "Prior releases allowed only IPv4
connections".
Kurt
-