Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres statistics

-- Get the statistics on a particular table
SELECT * FROM pg_stats 
WHERE tablename = 'table_name';
 
PREVIOUS NEXT
Tagged: #postgres #statistics
ADD COMMENT
Topic
Name
8+3 =