Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitb05d1e3

Browse files
committed
doc: 9.4 release note adjustements
Text from David G Johnston
1 parente41cc47 commitb05d1e3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

‎doc/src/sgml/release-9.4.sgml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
linkend="functions-formatting-table"><function>to_timestamp()</></link>
9090
and <function>to_date()</> format strings to consume a corresponding
9191
number of characters in the input string (whitespace or not), then
92-
conditionallyadditional adjacent whitespace if not in <literal>FX</>
92+
conditionallyconsume adjacent whitespace if not in <literal>FX</>
9393
mode (Jeevan Chalke)
9494
</para>
9595

@@ -98,7 +98,7 @@
9898
format string behaved like a single whitespace character and consumed
9999
all adjacent whitespace in the input string. For example, previously
100100
format string space-space-space would consume only the first space in
101-
' 12', while it willnot consume all three characters.
101+
' 12', while it willnow consume all three characters.
102102
</para>
103103
</listitem>
104104

@@ -122,7 +122,7 @@
122122
</para>
123123

124124
<para>
125-
Previously empty arrays were returned as one-dimensional empty arrays
125+
Previously, empty arrays were returned as one-dimensional empty arrays
126126
whose text representation looked the same as zero-dimensional arrays
127127
(<literal>{}</>). <application>intarray</>'s behavior in this area
128128
now matches the built-in array operators.
@@ -131,9 +131,9 @@
131131

132132
<listitem>
133133
<para>
134-
NULL <link
134+
DisallowNULL <link
135135
linkend="xfunc-sql-variadic-functions"><literal>VARIADIC</></link>
136-
function argumentsare now disallowed(Pavel Stehule)
136+
function arguments (Pavel Stehule)
137137
</para>
138138

139139
<para>
@@ -300,7 +300,7 @@
300300

301301
<listitem>
302302
<para>
303-
<command>DISCARD ALL</> now also discardsthe state of sequences.
303+
<command>DISCARD ALL</> now also discardssequence state.
304304
</para>
305305
</listitem>
306306

@@ -366,7 +366,7 @@
366366

367367
<listitem>
368368
<para>
369-
During immediate shutdown, send uncatchable termination signals
369+
During immediate shutdown send uncatchable termination signals
370370
to child processes that have not already shutdown (MauMau,
371371
&Aacute;lvaro Herrera)
372372
</para>
@@ -740,7 +740,7 @@
740740

741741
<para>
742742
In contrast
743-
to <link linkend="guc-local-preload-libraries"><varname>local_preload_libraries</></link>,
743+
to <link linkend="guc-local-preload-libraries"><varname>local_preload_libraries</></link>
744744
this parameter can load any shared library, not just those in
745745
the <filename>$libdir/plugins</> directory.
746746
</para>
@@ -789,8 +789,8 @@
789789
<listitem>
790790
<para>
791791
Have Windows <acronym>ASCII</>-encoded databases and server process
792-
(e.g. <link linkend="app-postmaster">postmaster) emit messages
793-
in the <envar>LC_CTYPE</></link>-defined language (Alexander Law,
792+
(e.g. <link linkend="app-postmaster">postmaster</>) emit messages
793+
in the <envar>LC_CTYPE</>-defined language (Alexander Law,
794794
Noah Misch)
795795
</para>
796796

@@ -994,7 +994,7 @@
994994
<listitem>
995995
<para>
996996
Add <link linkend="queries-tablefunctions"><literal>WITH
997-
ORDINALITY</></link> syntaxwhich numbers rows returned from
997+
ORDINALITY</></link> syntaxto number rows returned from
998998
<literal>FROM</>-clause functions (Andrew Gierth, David Fetter)
999999
</para>
10001000

@@ -1042,7 +1042,7 @@
10421042
Add <command>FORCE NULL</> option
10431043
to <link linkend="SQL-COPY"><command>COPY FROM</></link> which causes
10441044
quoted strings matching the null string to be converted to NULL in
1045-
in<literal>CSV</> mode (Ian Barwick, Michael Paquier)
1045+
<literal>CSV</> mode (Ian Barwick, Michael Paquier)
10461046
</para>
10471047

10481048
<para>
@@ -1178,7 +1178,7 @@
11781178

11791179
<listitem>
11801180
<para>
1181-
Improvethe internal definition ofsystem relations (Andres Freund,
1181+
Improvehowsystem-level relations are designated (Andres Freund,
11821182
Robert Haas)
11831183
</para>
11841184

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp