Re: EXPLAIN statement can also apply to SELECT INTO.

2023-08-21 Thread David G. Johnston
On Monday, August 21, 2023, jian he wrote: > hi. > > https://www.postgresql.org/docs/current/sql-explain.html > >>> > Any SELECT, INSERT, UPDATE, DELETE, MERGE, VALUES, EXECUTE, DECLARE, > CREATE TABLE AS, or CREATE MATERIALIZED VIEW AS statement, whose > execution plan you wish to see. > >>> > >

EXPLAIN statement can also apply to SELECT INTO.

2023-08-21 Thread jian he
hi. https://www.postgresql.org/docs/current/sql-explain.html >>> Any SELECT, INSERT, UPDATE, DELETE, MERGE, VALUES, EXECUTE, DECLARE, CREATE TABLE AS, or CREATE MATERIALIZED VIEW AS statement, whose execution plan you wish to see. >>> seems you can use it with SELECT INTO. explain (ANALYZE, BUFF