pgsql/ oc/src/sgml/xfunc.sgml rc/backend/utils ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/xfunc.sgml rc/backend/utils ...
Date: 2002-07-30 16:20:03
Message-ID: 20020730162003.BDD3E475B4B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/07/30 12:20:03

Modified files:
doc/src/sgml : xfunc.sgml
src/backend/utils/misc: guc.c
src/include : funcapi.h
src/include/utils: guc.h

Log message:
Here are two patches. The guc_and_tablefunc patch addresses the two
changes mentioned above, and also adds a new function to the tablefunc
API. The tablefunc API change adds the following function:

* Oid foidGetTypeId(Oid foid) - Get a function's typeid given the
* function Oid. Use this together with TypeGetTupleDesc() to get a
* TupleDesc which is derived from the function's declared return type.

In the next post I'll send the contrib/tablefunc patch, which
illustrates the usage of this new function. Also attached is a doc patch
for this change. The doc patch also adds a function that I failed to
document previously.

Joe Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2002-07-30 16:20:07 Re: guc GetConfigOptionByNum and tablefunc API - minor changes
Previous Message Bruce Momjian - CVS 2002-07-30 16:08:33 pgsql/src/backend access/heap/heapam.c utils/t ...