Apparently, PostgreSQL doesn\'t have DATEADD, because you can just use the + or - operators.
DATEADD
+
-
I need to add a number of hours t
If anyone wants to add in time stamp then
select time '05:00' - interval '2 hours'