On Wednesday, July 31, 2024, David G. Johnston <david.g.johns...@gmail.com> wrote:
> On Wednesday, July 31, 2024, Kirill Reshke <reshkekir...@gmail.com> wrote: >> >> >> The same storage specification feature can actually be supported for >> CTAE (like CTAS but execute) and CREATE MATERIALIZED VIEW. >> >> > On a related note, the description here seems outdated. > > https://www.postgresql.org/docs/current/runtime-config- > client.html#GUC-DEFAULT-TABLE-ACCESS-METHOD > Nevermind, re-reading it I see it is correct. The others are all covered by “create” while “select into” is called out because of its reliance on the default. David J.