Small. Fast. Reliable.
Choose any three.
*** 49,60 ****
  This statement creates a table with a particular name and associates
  the table with a "module".
  
!    CREATE TABLE tablename USING modulename;
  
  You can also provide comma-separated arguments to the module
  following the module name:
  
!    CREATE TABLE tablename USING modulename(arg1, arg2, ...);
  
  The format of the arguments to the module is very general.
  Each argument can consist of keywords, string literals,
--- 49,60 ----
  This statement creates a table with a particular name and associates
  the table with a "module".
  
!    CREATE VIRTUAL TABLE tablename USING modulename;
  
  You can also provide comma-separated arguments to the module
  following the module name:
  
!    CREATE VIRTUAL TABLE tablename USING modulename(arg1, arg2, ...);
  
  The format of the arguments to the module is very general.
  Each argument can consist of keywords, string literals,