[DOCS] Clarification of "void" type

2016-06-15 Thread David G. Johnston
The section on pseudo-types names "void" and describes is thusly: """ Indicates that a function returns no value. """ This can be reasonably interpreted to mean: "Use this when you don't want the execution of a function to return a value." (i.e., the empty set) The following paragraph, suitably

[DOCS] Inaccuracy in fe-protocol3.c

2016-06-15 Thread Dmitry Igrishin
Hi, https://github.com/postgres/postgres/blob/master/src/interfaces/libpq/fe-protocol3.c#L166 says "ERROR messages are displayed using the notice processor". But actually "ERROR messages are handled using the notice receiver". -- // Dmitry. -- Sent via pgsql-docs mailing list (pgsql-docs@postg