Doccumentation Patch for Create Function - Mailing list pgsql-hackers

From Bernard Frankpitt
Subject Doccumentation Patch for Create Function
Date
Msg-id 37E12015.AFA0D0BA@pop.dn.net
Whole thread Raw
Responses Re: [HACKERS] Doccumentation Patch for Create Function  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] Doccumentation Patch for Create Function  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi all,

Please find attached diffs to the documentation that are intended to
accompany the CREATE FUNCTION patch that I submitted earlier.  I stuck
with the syntax in the original patch rather than the alternative
syntax suggested by Andreas.

When I was altering the xfunc.sgml page I came across this:

      <title>Name Space Conflicts</title>

      <para>
      As of <productname>Postgres</productname> v6.5,
      <command>CREATE FUNCTION</command> can decouple a C language
      function name from the name of the entry point. This is now the
      preferred technique to accomplish function overloading.
      </para>

which seems to suggest that someone had a similar idea in the past.  I
could find no evidence of this functionality in the 6.5 code though

Bernard Frankpitt
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] 1d,1e,1f poison for data?
Next
From: Lamar Owen
Date:
Subject: Re: [HACKERS] Re: HISTORY for 6.5.2