Show function parameter names in information schema

Started by Dennis Bjorklundover 22 years ago2 messagespatches
Jump to latest
#1Dennis Bjorklund
db@zigo.dhs.org

This small patch updates the information schema to show function parameter
names when they exist.

--
/Dennis Bj�rklund

Attachments:

pg_info_schema_param_name.patchtext/plain; charset=US-ASCII; name=pg_info_schema_param_name.patchDownload+4-4
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Dennis Bjorklund (#1)
Re: Show function parameter names in information schema

Dennis Bjorklund <db@zigo.dhs.org> writes:

This small patch updates the information schema to show function parameter
names when they exist.

Looks good, applied.

regards, tom lane