Re: psql - add SHOW_ALL_RESULTS option

From: "Daniel Verite" <daniel(at)manitou-mail(dot)org>
To: "Fabien COELHO" <coelho(at)cri(dot)ensmp(dot)fr>
Cc: "Kyotaro Horiguchi" <horikyota(dot)ntt(at)gmail(dot)com>,peter(dot)eisentraut(at)2ndquadrant(dot)com,iwata(dot)aya(at)jp(dot)fujitsu(dot)com,"PostgreSQL Developers" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: psql - add SHOW_ALL_RESULTS option
Date: 2019-07-26 12:12:39
Message-ID: 10987630-5795-42bb-987e-ebdae1b3d9ac@manitou-mail.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fabien COELHO wrote:

> sh> /usr/bin/psql
> psql (12beta2 ...)
> fabien=# \set FETCH_COUNT 2
> fabien=# SELECT 1234 \; SELECT 5432 ;
> fabien=#
>
> same thing with pg 11.4, and probably down to every version of postgres
> since the feature was implemented...
>
> I think that fixing this should be a separate bug report and patch. I'll
> try to look at it.

That reminds me that it was already discussed in [1]. I should add the
proposed fix to the next commitfest.

[1]
https://www.postgresql.org/message-id/flat/a0a854b6-563c-4a11-bf1c-d6c6f924004d%40manitou-mail.org

Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ibrar Ahmed 2019-07-26 13:34:30 Re: SQL:2011 PERIODS vs Postgres Ranges?
Previous Message Julien Rouhaud 2019-07-26 11:52:19 Re: Hypothetical indexes using BRIN broken since pg10