Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 914599e

Browse filesBrowse 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
Copy full SHA for 914599e

File tree

1 file changed

+5
-0
lines changed
Filter options

1 file changed

+5
-0
lines changed

‎doc/src/sgml/ref/create_server.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/ref/create_server.sgml
+5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.