Dear Folks,
I am from DW/BI background using SAS for many years now I have task to find out number of records present in tables on the fly for postgresql tables
i.e. In SAS we have meta tables which has details about tables and no of records, column info etc in system meta tables in a same manner is there any meta table available in postgresql to get no of observation on the fly?
I know we can do select count(*) from table but I dont want to do that, I want to know is there any built in meta tables in postgresql to get no of records present in table?
Highly appreciated your help.
Regards, Vijay