How to reformat output of "age()" function

Поиск
Список
Период
Сортировка
От David Gauthier
Тема How to reformat output of "age()" function
Дата
Msg-id CAMBRECCvHC-mzw5F0H20-gB54D0hnMjZud=8X86Y7v61a54ujQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: How to reformat output of "age()" function
Re: How to reformat output of "age()" function
Re: How to reformat output of "age()" function
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Running a Simple Update Statement Fails, Second Time Suceeds.
Следующее
От: Ron
Дата:
Сообщение: Re: How to reformat output of "age()" function