Revision 3184
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/db_xml.py | ||
---|---|---|
148 | 148 |
''' |
149 | 149 |
in_table = sql_gen.as_Table(in_table) |
150 | 150 |
in_table.set_srcs([in_table], overwrite=False) |
151 |
db.src = str(in_table) |
|
151 | 152 |
|
152 | 153 |
def put_table_(node, in_row_ct_ref=None): |
153 | 154 |
return put_table(db, node, in_table, in_row_ct_ref, row_ins_ct_ref, |
Also available in: Unified diff
db_xml.py: put_table(): Set db.src to help identify the data source in pg_stat_activity