Re: Bug in CREATE FUNCTION with character type (CONFIRMED BUG)

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Kevin J Bluck <technology(at)netce(dot)com>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Bug in CREATE FUNCTION with character type (CONFIRMED BUG)
Date: 2010-05-31 20:36:50
Message-ID: 201005312036.o4VKaoH24345@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Pavel Stehule wrote:
> 2010/4/15 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> > Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
> >> I think, so RETURNS TABLE can be modified for returning typmode
> >> without significant problems - this function is called in table
> >> context and I don't see any problematic use case.
> >
> > RETURNS TABLE is just a shorthand for some OUT parameters. ?I don't
> > believe it's either easy or a good idea to make it work differently
> > from every other function-argument-or-result case.
> >
>
> I don't know now. It minimally have to be documented

Can you suggest some documentation?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ None of us is going to be here forever. +

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Takahiro Itagaki 2010-06-01 02:17:15 BUG #5487: dblink failed with 63 bytes connection names
Previous Message Bruce Momjian 2010-05-31 20:35:39 Re: BUG #5416: int4inc() is wrong