doc: foreign servers with pushdown need matching collation

Reported-by: Pete Storer

Discussion: https://postgr.es/m/BL0PR05MB66283C57D72E321591AE4EB1F3CE9@BL0PR05MB6628.namprd05.prod.outlook.com

Backpatch-through: 11
This commit is contained in:
Bruce Momjian 2023-10-10 16:04:56 -04:00
parent 2cb69f6bc5
commit 914599e569
1 changed files with 5 additions and 0 deletions

View File

@ -129,6 +129,11 @@ CREATE SERVER [ IF NOT EXISTS ] <replaceable class="parameter">server_name</repl
the <literal>USAGE</literal> privilege on the foreign server to be
able to use it in this way.
</para>
<para>
If the foreign server supports sort pushdown, it is necessary for it
to have the same sort ordering as the local server.
</para>
</refsect1>
<refsect1>