79303323

Date: 2024-12-23 14:11:20
Score: 1
Natty:
Report link

Not a solution to the above question but if you want to access the information about the last query that was executed then you can do this:

SELECT execution_time
FROM SYS_QUERY_HISTORY
WHERE query_id = pg_last_query_id();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Visrut