Example #1
0
def n(name, schema="public"):
    return quoted_identifier(name, schema=schema)
Example #2
0
 def n(name, schema='public'):
     return quoted_identifier(name, schema=schema)
Example #3
0
def n(name, schema="public"):
    return quoted_identifier(name, schema=schema)