[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
A tutorial definition is simple, we introduce its language and name and add to it selected datasets.
SELECT init_tutorial ('en', 'Demo'); SELECT insert_dataset('Demo', 'en', 'computer_store'); SELECT init_tutorial ('cs', 'Demo'); SELECT insert_dataset('Demo', 'cs', 'computer_store'); |
Tutorials can be easily deleted. Datasets are independent on tutorials and they are not affected in any way when a tutorial referencing to them is deleted.
SELECT delete_tutorial('cs', 'Demo'); |
This document was generated by Ales Cepek on January 18, 2018 using texi2html 1.82.