Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 914599e

Browse files
committed
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
1 parent 2cb69f6 commit 914599e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/src/sgml/ref/create_server.sgml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ CREATE SERVER [ IF NOT EXISTS ] <replaceable class="parameter">server_name</repl
129129
the <literal>USAGE</literal> privilege on the foreign server to be
130130
able to use it in this way.
131131
</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>
132137
</refsect1>
133138

134139
<refsect1>

0 commit comments

Comments
 (0)