summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-10-10 16:04:56 -0400
committerBruce Momjian <bruce@momjian.us>2023-10-10 16:04:56 -0400
commit78691d1f98168206daf7e464a3e9f5cff4bbb7f6 (patch)
treeca0fce373b778f6ec6738b9ecb97dc48eadd6f12 /doc/src
parentf20e0f82b99d3e7f7ff31e159c98d031acf24682 (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
Diffstat (limited to 'doc/src')
-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>