pgsql: Doc: fix parameter names in the docs of a couple of functions.

2020-10-05 Thread Tom Lane
Doc: fix parameter names in the docs of a couple of functions. The descriptions of make_interval() and pg_options_to_table() were randomly different from the reality embedded in pg_proc. (These are not all the discrepancies I found in a quick search, but the others perhaps require more discussion

pgsql: Doc: fix parameter names in the docs of a couple of functions.

2020-10-05 Thread Tom Lane
Doc: fix parameter names in the docs of a couple of functions. The descriptions of make_interval() and pg_options_to_table() were randomly different from the reality embedded in pg_proc. (These are not all the discrepancies I found in a quick search, but the others perhaps require more discussion