Re: Functions returns to libpq with wrong column split - Mailing list pgsql-novice

From Andy Halsall
Subject Re: Functions returns to libpq with wrong column split
Date
Msg-id BLU123-W21822DF8C236F91C01BB7EF5EA0@phx.gbl
Whole thread Raw
In response to Re: Functions returns to libpq with wrong column split  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
That's fixed it. Many thanks Tom.
 
> > "SELECT readnode4($1)",
>
> I think you probably want "SELECT * FROM readnode4($1)". As-is,
> you're getting a single composite-type column from the SELECT.
>
> regards, tom lane

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Functions returns to libpq with wrong column split
Next
From: Basil Bourque
Date:
Subject: Query on DATETIME for a date (the whole day)