From: | sri harsha <sriharsha9992(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org |
Subject: | Multiple Update queries |
Date: | 2015-09-15 10:41:37 |
Message-ID: | CAP6OGLEuuMFt1SJm5_KV1TQO9ziobb=kVSrCDy_3Tv0aOS9CXA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Hello,
I am using a foreign data wrapper where i get a portion of my data
pre-loaded , i.e I get a set of rows before hand . So now i want to run
multiple update queries on this loaded data , write the changes to file ,
load the next set and continue with updates again.
How should i try to achieve my requirement ?? At what point in
postgres should i use the hook and change my execution ??
Thanks,
Harsha
From | Date | Subject | |
---|---|---|---|
Next Message | Melvin Davidson | 2015-09-15 13:28:48 | Re: clone_schema function |
Previous Message | Sylvain MARECHAL | 2015-09-15 08:01:44 | BDR truncate and replication sets |
From | Date | Subject | |
---|---|---|---|
Next Message | Anastasia Lubennikova | 2015-09-15 10:45:43 | Re: [PROPOSAL] Covering + unique indexes. |
Previous Message | Anastasia Lubennikova | 2015-09-15 10:20:26 | Re: [PROPOSAL] Covering + unique indexes. |