summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2023-10-10 20:04:56 +0000
committerBruce Momjian2023-10-10 20:04:56 +0000
commit914599e569966a86ac131db47a5c61e47f5cdca2 (patch)
tree50951721f9218bf6e268880b170e138a7e73f12d
parent2cb69f6bc539b1d06b9c81da84daf7d7504011f2 (diff)
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
-rw-r--r--doc/src/sgml/ref/create_server.sgml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/create_server.sgml b/doc/src/sgml/ref/create_server.sgml
index af0a7a06fdc..05f4019453b 100644
--- a/doc/src/sgml/ref/create_server.sgml
+++ b/doc/src/sgml/ref/create_server.sgml
@@ -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>