Project

General

Profile

« Previous | Next » 

Revision 2911

sql_gen.py: Added as_Function()

View differences:

sql_gen.py
307 307

  
308 308
class Function(Table): pass
309 309

  
310
as_Function = as_Table
311

  
310 312
def TempFunction(name, autocommit):
311 313
    schema = None
312 314
    if not autocommit: schema = 'pg_temp'

Also available in: Unified diff