timestamp with time zone postmaster start time : Postgre SQL Command « Postgre SQL « PostgreSQL
- PostgreSQL
- Postgre SQL
- Postgre SQL Command
timestamp with time zone postmaster start time
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=#
Related examples in the same category
1. | Command can be used to view all sequences in the currently connected database | | |
2. | Displays all databases available, with comments | | |
3. | Listing psql slash commands | | |
4. | The variable list | | |
5. | Displays all database objects, with comments | | |
6. | Displays all database objects in the connected database, with comments | | |
7. | Displays all tables in the connected database, with comments | | |
8. | Displays all indices in the connected database, with comments | | |
9. | Displays all sequences in the connected database, with comments | | |
10. | Displays all views in the connected database, with comments | | |
11. | Displays all functions in the connected database, with comments | | |
12. | Displays all operators in the connected database, with comments | | |
13. | Displays all data types in the connected database, with comments | | |
14. | To get out of psql | | |