Re: Increase fetch fize of oracl_fdw(ALTER SERVER)

2022-02-03 Thread aditya desai
Thanks David. On Fri, Feb 4, 2022 at 9:44 AM David G. Johnston wrote: > On Thu, Feb 3, 2022 at 9:03 PM aditya desai wrote: > >> >> For Postgres_Fdw we have below command to increase the fetch size. >> >> ALTER SERVER ServerName OPTIONS ( fetch_size='5'); >> >> Do we have a similar command f

Re: Increase fetch fize of oracl_fdw(ALTER SERVER)

2022-02-03 Thread David G. Johnston
On Thu, Feb 3, 2022 at 9:03 PM aditya desai wrote: > > For Postgres_Fdw we have below command to increase the fetch size. > > ALTER SERVER ServerName OPTIONS ( fetch_size='5'); > > Do we have a similar command for oracle_fdw? > > The SQL command itself is generic. The option name that seems