How to reformat output of "age()" function - Mailing list pgsql-general

From David Gauthier
Subject How to reformat output of "age()" function
Date
Msg-id CAMBRECCvHC-mzw5F0H20-gB54D0hnMjZud=8X86Y7v61a54ujQ@mail.gmail.com
Whole thread Raw
Responses Re: How to reformat output of "age()" function
Re: How to reformat output of "age()" function
Re: How to reformat output of "age()" function
List pgsql-general
How can I change the default output of the "age" function to be, for example, in minutes?

E.g.
dvdb=> select age('2019-09-11 09:00:00','2019-09-09 11:00:00');
      age      
----------------
 1 day 22:00:00
(1 row)

I want the equivalent of that time delta in minutes.

Thanks in Advance 

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Running a Simple Update Statement Fails, Second Time Suceeds.
Next
From: Ron
Date:
Subject: Re: How to reformat output of "age()" function