Re: Adding NOTICE for differences between estimated and actual rows

From: "Euler Taveira" <euler(at)eulerto(dot)com>
To: "Ilia Evdokimov" <ilya(dot)evdokimov(at)tantorlabs(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Adding NOTICE for differences between estimated and actual rows
Date: 2024-09-05 20:57:44
Message-ID: 50188714-4d24-4530-9dc7-2d115d9b8cb8@app.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 5, 2024, at 5:32 PM, Euler Taveira wrote:
> $ cat /tmp/pcc.pl
> #!/usr/bin/perl -n
> print "\033[1m\033[35m$1\033[36m$2\033[32m$3\033[33m$4\033[m" while /([|+-]+)|([0-9]+)|([a-zA-Z_]+)|([^\w])/g;
>
> and then you can start psql as:
>
> $ PAGER="/c/mypager.pl" psql

I meant:

$ PAGER="/tmp/pcc.pl" psql

--
Euler Taveira
EDB https://www.enterprisedb.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alena Rybakina 2024-09-05 21:00:27 Re: Vacuum statistics
Previous Message Jelte Fennema-Nio 2024-09-05 20:56:34 Re: Create syscaches for pg_extension