Re: question about "vacuum full" command

2024-08-16 Thread David G. Johnston
On Friday, August 16, 2024, yanliang lei wrote: > > > I think the following is perfect in the document : adding the > description about vacumm full command ( not "vacuum full " > command) will influence which table. > Every command has a reference page in the docs where details like this are

question about "vacuum full" command

2024-08-16 Thread yanliang lei
"vacuum full" command is : vacumm full command in the psql, for example: postgres=# vacuum full; VACUUM postgres=# in my question,vacumm full command is not "vacuum full " command I want to know :vacumm full command ( not "vacuum full " command) will influence which table?all tables in cu