Re: returning the number of rows output by a copy command from a function - Mailing list pgsql-sql

From Adrian Klaver
Subject Re: returning the number of rows output by a copy command from a function
Date
Msg-id 50F6E19F.20609@gmail.com
Whole thread Raw
In response to Re: returning the number of rows output by a copy command from a function  (James Sharrett <jsharrett@tidemark.net>)
Responses Re: returning the number of rows output by a copy command from a function
List pgsql-sql
On 01/16/2013 09:16 AM, James Sharrett wrote:
> The problem I have is that I get nothing back when the COPY is run inside
> the function other than what I explicitly return from the function so I
> don't have anything to parse.  It's odd that the record count in the
> function is treated differently than from sql query in GET DIAGNOSTIC
> since the format and information in the string (when run outside of the
> function) are exactly the same.
>

Execute strSQL into export_count;

What is export_count DECLAREd as?


-- 
Adrian Klaver
adrian.klaver@gmail.com



pgsql-sql by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: returning the number of rows output by a copy command from a function
Next
From: James Sharrett
Date:
Subject: Re: returning the number of rows output by a copy command from a function