PostgreSQL 10 Administration Cookbook
上QQ阅读APP看书,第一时间看更新

How many tables are there in a database?

The number of tables in a relational database is a good measure of the complexity of a database, so it is a simple way to get to know any database.

In this recipe, we will show you how to compute the number of tables.