postgres - strange sql
Posted: Tue Aug 05, 2008 3:29 am
Hi all,
I defined job that reads data from informix odbc and writes to postgres odbc.
Problem is that job gets data from source and don't write to destination.
In postgres logs i have that
- conection recived...
- some sets
- some select from metastage_loc_info that does not exist
- select which i don't understand
SELECT FIELD1,FIELD2,... FROM TABLE
Question is why destination stage selects data from table in spite of writing.
This table is big and i think that is waiting for all data and then it will start to write.
Can anyone explain me what is going on ?
best regards
--
k.p
I defined job that reads data from informix odbc and writes to postgres odbc.
Problem is that job gets data from source and don't write to destination.
In postgres logs i have that
- conection recived...
- some sets
- some select from metastage_loc_info that does not exist
- select which i don't understand
SELECT FIELD1,FIELD2,... FROM TABLE
Question is why destination stage selects data from table in spite of writing.
This table is big and i think that is waiting for all data and then it will start to write.
Can anyone explain me what is going on ?
best regards
--
k.p