How to automagically create the superprojection on Create Table ?
When I issue a CREATE TABLE on vsql, the superprojection is not created until I insert a row. I need the superprojection to be created as soon as the table is created (some of my custom process might do SELECT/UPDATE on the table, making the query to fail). How can I force the CREATE TABLE to create the superprojection straightaway ?
0
Comments