Re: Bug with exceptionally long values.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Bug with exceptionally long values.
Дата
Msg-id AANLkTim5WdSq7XU8KxQnVx4_LJ5Q1Lur+8KUcJMpwMv7@mail.gmail.com
обсуждение исходный текст
Ответ на Bug with exceptionally long values.  (Jeff Adams <jadams@azavea.com>)
Ответы Re: Bug with exceptionally long values.  (Michael Shapiro <mshapiro51@gmail.com>)
Список pgadmin-support
Here's Jeff's test case. I am not immediately able to check it:

On 27 July 2010 17:54, Jeff Adams <jadams@azavea.com> wrote:
> Piece o' cake:
>
> select lpad('test', 75, 't') as test75, lpad('test', 750, 't') as test750,
> lpad('test', 7500, 't') as test7500, lpad('test', 75000, 't') as test75000,
> lpad('test', 10000, 't') as test10000
>
> For me, I see "tttttttttttttttttttttt" in the (non-resized) test75, test750,
> test7500, and test10000 columns, but the test75000 column has a blank cell.
>
> Jeff
>
>


-- 
Regards,
Peter Geoghegan


В списке pgadmin-support по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Bug with exceptionally long values.
Следующее
От: Michael Shapiro
Дата:
Сообщение: Re: Bug with exceptionally long values.