When using CREATE FUNCTION
I have a couple of basic questions:
- Is the function persistent? (Will it disappear if the server gets restarted?)
- If I need to look at a list of custom functions that are on the
server at a later point, where do I go to do that? Is there a command
like
SHOW FUNCTIONS
?
EDIT: First part of question is not addressed in link. Is the newly created function persistent?