How is the statistics in PostgreSQL updated?
Answer / madhub
Vacuum with the option Analyze is used to update statistics in Postgresql
VACUUM ANALYZE ; is the syntax.
Is This Answer Correct ? | 0 Yes | 0 No |
How do I add a column in postgresql?
Explain about pgadmin?
Does PostgrSQL support Column constraints? If so how is it done?
What is the operator that is used for case-insensitive regular expression searches in PostgreSQL?
What does postgresql do?
How to get the ddl of a table in postgresql?
What ports does postgresql use?
What is pg pool?
Is postgresql faster than mysql?
What is a primary key constraint?
What are the languages which PostgreSQL supports?
What is a delete query?