Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5c1b2f5

Browse files
committed
Revert: In docs, change a few cases of "not important" to
"unimportant". Per request from Heikki
1 parent d5816d1 commit 5c1b2f5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/src/sgml/advanced.sgml

+2-2
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 are unimportant here; the important
176+
The details of these commands are not 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 is unimportant. It is also possible to omit <literal>PARTITION
431+
of rows is not 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

+1-1
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 is unimportant.
163+
The location of these words within the path is not 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

+1-1
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 are unimportant here (see <xref linkend="extend"> for
2378+
definition are not important here (see <xref linkend="extend"> for
23792379
more information).
23802380
</para>
23812381

doc/src/sgml/tablefunc.sgml

+1-1
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 is unimportant.
519+
ordering of the categories within a group is not 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)