Re: pgsql_fdw, FDW for PostgreSQL server

Albe Laurenz <laurenz.albe@wien.gv.at>

From: "Albe Laurenz" <laurenz.albe@wien.gv.at>
To: "Shigeru Hanada *EXTERN*" <shigeru.hanada@gmail.com>, "Kohei KaiGai" <kaigai@kaigai.gr.jp>
Cc: "Etsuro Fujita" <fujita.etsuro@lab.ntt.co.jp>, "Tom Lane" <tgl@sss.pgh.pa.us>, "Robert Haas" <robertmhaas@gmail.com>, "Hitoshi Harada" <umi.tanuki@gmail.com>, "Martijn van Oosterhout" <kleptog@svana.org>, "PostgreSQL-development" <pgsql-hackers@postgresql.org>
Date: 2012-02-16T15:15:55Z
Lists: pgsql-hackers
Shigeru Hanada wrote:
> Thanks for the review.  Attached patches are revised version, though
> only fdw_helper_v5.patch is unchanged.

Two questions:
- Is it on purpose that you can specify all SSL client options
  except "sslcompression"?
- Since a rescan is done by rewinding the cursor, is it necessary
  to have any other remote isolation level than READ COMMITED?
  There is only one query issued per transaction.

Yours,
Laurenz Albe