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

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: returning the number of rows output by a copy command from a function
Дата
Msg-id 50F6E36B.3090005@gmail.com
обсуждение исходный текст
Ответ на Re: returning the number of rows output by a copy command from a function  (James Sharrett <jsharrett@tidemark.net>)
Список 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 по дате отправления:

Предыдущее
От: James Sharrett
Дата:
Сообщение: Re: returning the number of rows output by a copy command from a function
Следующее
От: Misa Simic
Дата:
Сообщение: returning the number of rows output by a copy command from a function