Re: returning the number of rows output by a copy command from a function

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: James Sharrett <jsharrett(at)tidemark(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: returning the number of rows output by a copy command from a function
Date: 2013-01-16 17:21:35
Message-ID: 50F6E19F.20609@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message James Sharrett 2013-01-16 17:26:05 Re: returning the number of rows output by a copy command from a function
Previous Message Pavel Stehule 2013-01-16 17:19:54 Re: returning the number of rows output by a copy command from a function