postgresql table row count SELECT schemaname,relname,n_live_tup FROM pg_stat_user_tables ORDER BY n_live_tup DESC; row가 존재하는 table list가 필요하면 where n_live_tup > 0 을 추가한다. Database ( DB )/Database 2019.08.04