]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: fix parameter names in the docs of a couple of functions.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Oct 2020 15:42:33 +0000 (11:42 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Oct 2020 15:42:33 +0000 (11:42 -0400)
commit9cc3d614a9eb6ce17c0f6f6bf77c5d431617267e
tree23e1d4d2be2fb896b71072e34fe2f3db7aa30ada
parent2453ea142233ae57af452019c3b9a443dad1cdd0
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, since there's
at least a case to be made for changing pg_proc not the docs.)

make_interval issue noted by Thomas Kellerer.

Discussion: https://postgr.es/m/7b154ef0-9f22-90b9-7734-4bf23686695b@gmx.net
doc/src/sgml/func.sgml