Micro-doc patch for CREATE FUNCTION

Started by Joachim Wielandover 19 years ago2 messagespatches
Jump to latest
#1Joachim Wieland
joe@mcknight.de

It is not obvious that a function should be declared "RETURNS VOID" if it
is not supposed to return a value.

There's also a user-comment on the 8.1 doc-page.

Joachim

Attachments:

create_function.difftext/x-patch; charset=iso-8859-1; name=create_function.diffDownload+4-4
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Joachim Wieland (#1)
Re: Micro-doc patch for CREATE FUNCTION

"Joachim Wieland" <joe@mcknight.de> writes:

It is not obvious that a function should be declared "RETURNS VOID" if it
is not supposed to return a value.

Done, thanks.

regards, tom lane