Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to see the actual row count for a postgres table in pgAdmin 4?

pgAdmin4 has a nice menu option to count the rows of a table (see screenshot below).

enter image description here

However, when you choose it, it simply shows a green message box "Table Rows Counted". How can I access the actual row count?

enter image description here

like image 294
Vijay B Avatar asked Nov 05 '18 13:11

Vijay B


1 Answers

If you open (double click) the table: At the "main window", tab "Properties" you can see them:

enter image description here

like image 83
S-Man Avatar answered Oct 04 '22 03:10

S-Man