Re: very long record lines in expanded psql output

Поиск
Список
Период
Сортировка
От Platon Pronko
Тема Re: very long record lines in expanded psql output
Дата
Msg-id 27f30f68-c4bd-2f02-080c-8feb0b6eded3@gmail.com
обсуждение исходный текст
Ответ на Re: very long record lines in expanded psql output  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: very long record lines in expanded psql output  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Hi!

pspg looks nice :)

> Your proposal breaks pspg
> 
> https://github.com/okbob/pspg

I tried the following (after the patch):

./psql template1 -c "select n, repeat('x', n) as long_column_name from unnest(array[42,210]) as n" | pspg

And it seems that pspg handled the situation without any issue. Also I tried inserting newlines into the output, and
pspgstill performed without issue. Can you give an example of scenario which should break after changing the record
headerlength?
 

Best regards,
Platon Pronko



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: very long record lines in expanded psql output
Следующее
От: Dipesh Pandit
Дата:
Сообщение: Re: .ready and .done files considered harmful