We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb69f6 commit 914599eCopy full SHA for 914599e
doc/src/sgml/ref/create_server.sgml
@@ -129,6 +129,11 @@ CREATE SERVER [ IF NOT EXISTS ] <replaceable class="parameter">server_name</repl
129
the <literal>USAGE</literal> privilege on the foreign server to be
130
able to use it in this way.
131
</para>
132
+
133
+ <para>
134
+ If the foreign server supports sort pushdown, it is necessary for it
135
+ to have the same sort ordering as the local server.
136
+ </para>
137
</refsect1>
138
139
<refsect1>
0 commit comments