PGAdmin - Tool to manage and inspect a Postgres database. - Can connect to local or remote databases (e.g. AWS). - Can view/change just about anything in PG.
Postgres Server
TYPECASTING:
::<datatype>
after the value we wish to cast.
FLOATING POINT MATH:
Type: TIME WITH TIME ZONE
Type: TIME STAMP WITH TIME ZONE
We can do numeric operations on intervals.
We can also do interval math between timestamps and timestamps, and timestamps and intervals.