QuestionHow do I get a count of how many rows are in a table?
Answer
select count(*) from <tablename>
select count(*) from pgcontenthdr