Re: psql - pager support - using invisible chars for signalling end of report

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql - pager support - using invisible chars for signalling end of report
Date: 2020-04-24 21:51:05
Message-ID: CAFj8pRCQHxygJAe7iiej_vgf8LVtBEmZOubq4r=8Nqf7Ewv6EA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

pá 24. 4. 2020 v 21:33 odesílatel Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> napsal:

> Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
> > I had a idea using some invisible chars, that are usually ignored (and
> use
> > these special characters only when user would it).
>
> And what will happen when those characters are in the data?
>

It will be used on pager side as signal so previous rows was really last
row of result, and new row will be related to new result.

> regards, tom lane
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2020-04-24 21:55:15 Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays
Previous Message James Coleman 2020-04-24 20:35:02 Re: Incremental sorts and EXEC_FLAG_REWIND