question about "vacuum full" command - Mailing list pgsql-docs

From yanliang lei
Subject question about "vacuum full" command
Date
Msg-id 129defb0.9c8c.1915b5dec85.Coremail.msdnchina@163.com
Whole thread Raw
Responses Re: question about "vacuum full" command
List pgsql-docs
"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 <table_name>" command

I want to know :vacumm full command ( not "vacuum full <table_name>" command) will influence which table?----all tables in current database?

but in the docs(https://www.postgresql.org/docs/current/routine-vacuuming.html ), there is no description about  vacumm full command ( not "vacuum full <table_name>" command) will influence which table?

I think the following is perfect in the document : adding  the description  about  vacumm full command  ( not "vacuum full <table_name>" command) will influence which table.

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: constraint_exclusion not working correctly
Next
From: "David G. Johnston"
Date:
Subject: Re: question about "vacuum full" command