Re: Analyze on Foreign Data Wrappers - clarification

2021-10-11 Thread David G. Johnston
On Monday, October 11, 2021, PG Doc comments form wrote: > > Foreign tables are analyzed only when explicitly selected. > > 2. When I run the analyze command with the FDW table as a parameter > > That > Also, I am not clear if analyze is run on FDW tables when Automvacuum runs; > does it run an

Analyze on Foreign Data Wrappers - clarification

2021-10-11 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/sql-analyze.html Description: Foreign tables are analyzed only when explicitly selected. Nothing wrong just maybe my newness to PG. I don't understand what "selected" means here: 1.