-
- Downloads
postgres_fdw: Allow fetch_size to be set per-table or per-server.
The default fetch size of 100 rows might not be right in every environment, so allow users to configure it. Corey Huinker, reviewed by Kyotaro Horiguchi, Andres Freund, and me.
Showing
- contrib/postgres_fdw/expected/postgres_fdw.out 60 additions, 0 deletionscontrib/postgres_fdw/expected/postgres_fdw.out
- contrib/postgres_fdw/option.c 14 additions, 0 deletionscontrib/postgres_fdw/option.c
- contrib/postgres_fdw/postgres_fdw.c 40 additions, 10 deletionscontrib/postgres_fdw/postgres_fdw.c
- contrib/postgres_fdw/postgres_fdw.h 2 additions, 0 deletionscontrib/postgres_fdw/postgres_fdw.h
- contrib/postgres_fdw/sql/postgres_fdw.sql 44 additions, 0 deletionscontrib/postgres_fdw/sql/postgres_fdw.sql
- doc/src/sgml/postgres-fdw.sgml 20 additions, 7 deletionsdoc/src/sgml/postgres-fdw.sgml
Loading
Please register or sign in to comment