Hi List<br><br>Should a create table as select statement also add an entry into the geometry_columns table.<br><br>i.e.<br><br>create table table1 as select id, transform(shape, 4326) as shape from table;<br><br>select * from geometry_columns where f_table_name = 'table1';
<br>------<br>(0 rows)<br><br>Or is there something I have missed?<br><br>Cheers<br>Simon<br>