> On May 9, 2024, at 8:49 AM, David G. Johnston <david.g.johnston@xxxxxxxxx> wrote: > > Why? RECREATE TABLE says exactly what it does: recreates the table, and doesn't pretend to do something it doesn't do (vacuum the table). The current method is just one alternative to implement the goal: removing all dead tuples. Exposing the implementation detail in the command name is not really any kind of improvement, IMO.