More explanation on comparison

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: rishabh_mehrotra(at)discovery(dot)com
Subject: More explanation on comparison
Date: 2021-12-01 15:51:39
Message-ID: 163837389965.1261.5347235431976750914@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/postgres-fdw.html
Description:

In the following doc:
https://www.postgresql.org/docs/current/postgres-fdw.html
it is mentioned that
"postgres_fdw provides more transparent and standards-compliant syntax for
accessing remote tables, and can give better performance in many cases."
Can we get some examples for this?

Browse pgsql-docs by date

  From Date Subject
Next Message Max Ziermann 2021-12-01 20:34:44 Re: Triggers on underlying tables of updatable views
Previous Message Tom Lane 2021-11-29 17:14:13 Re: ORDER BY in materialized view example?