reductionista commented on pull request #554:
URL: https://github.com/apache/madlib/pull/554#issuecomment-790936348


   > > Also if I prepend with schema to the table in the load utility
   > > ...
   > > I get this error
   > > ...
   > > so I am not sure how to use this utility or what the rules are.
   > 
   > The rule is to just give a table name without any schema. We append the 
madlib schema and create the table there. If you want to delete a function, 
there is `delete_custom_function` with the same rule (no schema in the table 
name). This will actually drop the table if you remove every custom function 
therein. If you don't want to delete the functions one-by-one and want to 
completely get rid of the table right away, then you'll have to do it manually 
by using the madlib schema. If that seems confusing, we can add a new function 
to drop the whole table as well.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to