Re: Bug with function returning composite types.

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Kyle Butt" <kylebutt(at)gmail(dot)com>,<pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Bug with function returning composite types.
Date: 2009-03-09 15:03:34
Message-ID: 49B4E976.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>>> Kyle Butt <kylebutt(at)gmail(dot)com> wrote:

> select (bug_function()).*;

> psql:sql/bug_example.sql:32: NOTICE: in bug_function
> psql:sql/bug_example.sql:32: NOTICE: in bug_function
> psql:sql/bug_example.sql:32: NOTICE: in bug_function
> psql:sql/bug_example.sql:32: NOTICE: in bug_function
> psql:sql/bug_example.sql:32: NOTICE: in bug_function
> psql:sql/bug_example.sql:32: NOTICE: in bug_function
> psql:sql/bug_example.sql:32: NOTICE: in bug_function
> psql:sql/bug_example.sql:32: NOTICE: in bug_function
> psql:sql/bug_example.sql:32: NOTICE: in bug_function
> psql:sql/bug_example.sql:32: NOTICE: in bug_function
> a | b | c | d | e | f | g | h | i | j
> ---+---+---+---+---+---+---+---+---+---
> 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
> (1 row)

For completeness:

cir=# select * from bug_function();
NOTICE: in bug_function
a | b | c | d | e | f | g | h | i | j
---+---+---+---+---+---+---+---+---+---
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
(1 row)

-Kevin

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kyle Butt 2009-03-09 15:34:39 Re: Bug with function returning composite types.
Previous Message Kyle Butt 2009-03-09 14:43:56 Bug with function returning composite types.