On Wednesday, July 31, 2024, Kirill Reshke <reshkekir...@gmail.com> wrote:
> I have noticed $subj while working with other unrelated patches. > The question is, why there is no CREATE TABLE AS .... USING > (some_access_method)? The syntax is documented… CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXISTS ] *table_name* [ (*column_name* [, ...] ) ] [ USING *method* ] … AS query https://www.postgresql.org/docs/current/sql-createtableas.html David J.