Skip to content

Instantly share code, notes, and snippets.

View FrankApiyo's full-sized avatar
:shipit:

Frankline Apiyo FrankApiyo

:shipit:
View GitHub Profile
@FrankApiyo
FrankApiyo / utils.sql
Created January 6, 2024 12:00 — forked from parallelo3301/utils.sql
PostgreSQL utils
-- v5
----------------------------------------------------------- basic instance info
-- show db version
SELECT version();
-- uptime
SELECT pg_postmaster_start_time();
-- show connections