Jumlah entri dalam tabel PSQL

SELECT count(*) FROM table_name;
Grieving Grouse