Re: Adding NOTICE for differences between estimated and actual rows - Mailing list pgsql-hackers

From Euler Taveira
Subject Re: Adding NOTICE for differences between estimated and actual rows
Date
Msg-id 50188714-4d24-4530-9dc7-2d115d9b8cb8@app.fastmail.com
Whole thread Raw
In response to Re: Adding NOTICE for differences between estimated and actual rows  ("Euler Taveira" <euler@eulerto.com>)
List 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

pgsql-hackers by date:

Previous
From: Jelte Fennema-Nio
Date:
Subject: Re: Create syscaches for pg_extension
Next
From: Ilia Evdokimov
Date:
Subject: Re: Adding NOTICE for differences between estimated and actual rows