Hi How to execute inquiry of type create table new_table as select * from old_table; old_table - preliminary created table, with a column geom. This column is copied in new_table, but the description in geometry_columns for new_table is not created. What it is necessary to make that it has appeared in geometry_columns? -- Konstantin Tokar