]> granicus.if.org Git - postgresql/commit
Document get_call_result_type() and friends; mark TypeGetTupleDesc()
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 May 2005 23:09:07 +0000 (23:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 May 2005 23:09:07 +0000 (23:09 +0000)
commit978129f28e0cba0b6364df672fbd1ae88e3397c4
tree94dcfb1cb3494d7981dc9d09c10047129577db40
parentb215fae891a7b0e9bcd7126f3aab1c477d4947b1
Document get_call_result_type() and friends; mark TypeGetTupleDesc()
and RelationNameGetTupleDesc() as deprecated; remove uses of the
latter in the contrib library.  Along the way, clean up crosstab()
code and documentation a little.
12 files changed:
contrib/dblink/dblink.c
contrib/pgstattuple/pgstattuple.c
contrib/tablefunc/README.tablefunc
contrib/tablefunc/expected/tablefunc.out
contrib/tablefunc/sql/tablefunc.sql
contrib/tablefunc/tablefunc.c
contrib/tablefunc/tablefunc.sql.in
contrib/tsearch2/ts_stat.c
contrib/tsearch2/wparser.c
doc/src/sgml/xfunc.sgml
src/backend/utils/fmgr/funcapi.c
src/include/funcapi.h