8000
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 e513087 commit eb6144bCopy full SHA for eb6144b
doc/src/sgml/release-9.4.sgml
@@ -201,6 +201,21 @@
201
</para>
202
</listitem>
203
204
+ <listitem>
205
+ <para>
206
+ On Windows, automatically preserve quotes in command strings supplied
207
+ by the user (Heikki Linnakangas)
208
+ </para>
209
+
210
211
+ User commands that did their own quote preservation might need
212
+ adjustment, e.g. <link
213
+ linkend="guc-archive-command">archive_command</link>, <link
214
+ linkend="restore-command">restore_command</link>, <command>COPY TO/FROM
215
+ PROGRAM</>.
216
217
+ </listitem>
218
219
<listitem>
220
<para>
221
Remove system column <link
0 commit comments