How to check if a given table name exists and where to find it.
Table name as function arguments: a few checks
Often I write some piece of code, usually a function or a procedure, that...
介绍如何将表名作为函数参数,并进行检查,避免模式冲突和污染问题。函数应始终检查表是否存在,并使用完全限定的表名。如果接收到相对名称,则必须使用默认模式public。