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 50F6E36B.3090005@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>)
List pgsql-sql
On 01/16/2013 09:26 AM, James Sharrett wrote:
> Integer
>

Well copy is returning a string, so try changing the type. You will have 
to parse that string for the count.

-- 
Adrian Klaver
adrian.klaver@gmail.com



pgsql-sql by date:

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