Revision 2911
Added by Aaron Marcuse-Kubitza over 12 years ago
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
sql_gen.py: Added as_Function()