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

Commit5c1b2f5

Browse files
committed
Revert: In docs, change a few cases of "not important" to
"unimportant".Per request from Heikki
1 parentd5816d1 commit5c1b2f5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎doc/src/sgml/advanced.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ UPDATE branches SET balance = balance + 100.00
173173
</para>
174174

175175
<para>
176-
The details of these commands areunimportant here; the important
176+
The details of these commands arenot important here; the important
177177
point is that there are several separate updates involved to accomplish
178178
this rather simple operation. Our bank's officers will want to be
179179
assured that either all these updates happen, or none of them happen.
@@ -428,7 +428,7 @@ SELECT depname, empno, salary, rank() OVER (PARTITION BY depname ORDER BY salary
428428

429429
<para>
430430
We already saw that <literal>ORDER BY</> can be omitted if the ordering
431-
of rows isunimportant. It is also possible to omit <literal>PARTITION
431+
of rows isnot important. It is also possible to omit <literal>PARTITION
432432
BY</>, in which case there is just one partition containing all the rows.
433433
</para>
434434

‎doc/src/sgml/ltree.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Europe &amp; Russia*@ &amp; !Transportation
160160
This will match paths that contain the label <literal>Europe</literal> and
161161
any label beginning with <literal>Russia</literal> (case-insensitive),
162162
but not paths containing the label <literal>Transportation</literal>.
163-
The location of these words within the path isunimportant.
163+
The location of these words within the path isnot important.
164164
Also, when <literal>%</> is used, the word can be matched to any
165165
underscore-separated word within a label, regardless of position.
166166
</para>

‎doc/src/sgml/syntax.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,7 @@ LANGUAGE SQL IMMUTABLE STRICT;
23752375
<literal>b</literal> inputs will be concatenated, and forced to either
23762376
upper or lower case depending on the <literal>uppercase</literal>
23772377
parameter. The remaining details of this function
2378-
definition areunimportant here (see <xref linkend="extend"> for
2378+
definition arenot important here (see <xref linkend="extend"> for
23792379
more information).
23802380
</para>
23812381

‎doc/src/sgml/tablefunc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ row_name extra cat1 cat2 cat3 cat4
516516
In practice the <parameter>source_sql</parameter> query should always
517517
specify <literal>ORDER BY 1</> to ensure that values with the same
518518
<structfield>row_name</structfield> are brought together. However,
519-
ordering of the categories within a group isunimportant.
519+
ordering of the categories within a group isnot important.
520520
Also, it is essential to be sure that the order of the
521521
<parameter>category_sql</parameter> query's output matches the specified
522522
output column order.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp