[DOCS] Table 8-22. cidr Type Input Examples: Missing line.

2017-10-10 Thread kurt
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

[DOCS] Suggested changes to plpgsql-structure section of plpgsql

2017-06-24 Thread Kurt Kartaltepe
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 --

Re: [DOCS] [HACKERS] Annotated release notes

2003-10-31 Thread Kurt Roeckx
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 -