Postgre SQL PostgreSQL

postgres=#
postgres=# -- timestamp with time zone postmaster start time
postgres=# select pg_postmaster_start_time() ;
  pg_postmaster_start_time
----------------------------
 2006-10-12 07:48:20.453-07
(1 row)
postgres=#