Can i get query actual execution time (of all query) in query result PostgreSQL? Like this:
select __get_execution_time() some_column
return:
some_column
-----------
1 sec
Is it possible to imlement such a function? I want to get result and execution time in one query.