[postgis-users] How to create table new_table as select * from old_table

Konstantin Tokar tokar@tokar.ru
Thu Jan 8 04:15:29 2004


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