Using the \i meta-command in vsql, execute the sample query script that you prepared earlier. No data has been loaded so the queries return empty result sets. If you get an error about insufficient projections, check the Troubleshooting Guide for possible reasons.
Using the \i meta-command in vsql, execute the following statement:
=> SELECT MARK_DESIGN_KSAFE(1);
The statement checks the physical schema design (projections) and, if the design meets all requirements, enables recovery. For more information, see SELECT MARK_DESIGN_KSAFE in the SQL Reference Manual).