Project

General

Profile

« Previous | Next » 

Revision 3175

db_xml.py: put_table(): Subsetting in_table: Prepend schema to subset table name so that in pg_stat_activity, it's clear which datasource a particular query is from

View differences:

db_xml.py
170 170
            
171 171
            # Subset in_table
172 172
            in_table = copy.copy(full_in_table) # don't modify input!
173
            in_table.name = str(in_table) # prepend schema
173 174
            sql.run_query_into(db, sql.mk_select(db, full_in_table,
174 175
                limit=limit_, start=start_), into=in_table)
175 176
                # full_in_table will be shadowed (hidden) by created temp table

Also available in: Unified diff