pSQL & pl/pgSQL PostGreSQL Flashcards

1
Q

Write a query to return active connections/ queries from a PostgreSQL instance.

A

SELECT * FROM pg_stat_activity;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly