Conversation

magical incantation of the day

SELECT format('VACUUM FULL ANALYZE %I.%I;', table_schema, table_name)                                                                                                                                                             
  FROM information_schema.tables                                                                                                                                                                                                            
 WHERE table_schema = 'public'                                                                                                                                                                                                              
   AND table_type = 'BASE TABLE' \gexec
0
0
0