Re: pgsql_fdw, FDW for PostgreSQL server
Shigeru Hanada <shigeru.hanada@gmail.com>
From: Shigeru Hanada <shigeru.hanada@gmail.com>
To: Albe Laurenz <laurenz.albe@wien.gv.at>
Cc: "Robert Haas *EXTERN*" <robertmhaas@gmail.com>, Kohei KaiGai <kaigai@kaigai.gr.jp>, Tom Lane <tgl@sss.pgh.pa.us>, Hitoshi Harada <umi.tanuki@gmail.com>, Martijn van Oosterhout <kleptog@svana.org>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-12-07T07:34:45Z
Lists: pgsql-hackers
Sorry for delayed response. 2011/11/29 Albe Laurenz <laurenz.albe@wien.gv.at>: > I think that this is not always safe even from PostgreSQL to PostgreSQL. > If two databases have different collation, "<" on strings will behave > differently. Indeed. I think that only the owner of foreign table can keep collation consistent between foreign and local, like data type of column. We need to support per-column-collation on foreign tables too, or should deny pushing down condition which is collation-sensitive... Regards,-- Shigeru Hanada