how to get the table row count of all the tables present in particular schema in postgresql 9.5?

Viewed 4885

how to get the table row count of all the tables present in particular schema in postgresql 9.5? I would like to have the result as table_name | row_count. How this can be done using query?

2 Answers
Related