projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e631d12
)
doc: foreign servers with pushdown need matching collation
author
Bruce Momjian
<bruce@momjian.us>
Tue, 10 Oct 2023 20:04:56 +0000
(16:04 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 10 Oct 2023 20:04:56 +0000
(16:04 -0400)
Reported-by: Pete Storer
Discussion: https://postgr.es/m/BL0PR05MB66283C57D72E321591AE4EB1F3CE9@BL0PR05MB6628.namprd05.prod.outlook.com
Backpatch-through: 11
doc/src/sgml/ref/create_server.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_server.sgml
b/doc/src/sgml/ref/create_server.sgml
index af0a7a06fdcdfd6330238b1d01cdc909b164af94..05f4019453ba2d9ed07e31ef89cb6fd344e96697 100644
(file)
--- 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>