Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7c97f6a0
Commit
7c97f6a0
authored
Aug 16, 2012
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In docs, change a few cases of "not important" to "unimportant".
parent
317dd55a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/advanced.sgml
doc/src/sgml/advanced.sgml
+2
-2
doc/src/sgml/ltree.sgml
doc/src/sgml/ltree.sgml
+1
-1
doc/src/sgml/syntax.sgml
doc/src/sgml/syntax.sgml
+1
-1
doc/src/sgml/tablefunc.sgml
doc/src/sgml/tablefunc.sgml
+1
-1
No files found.
doc/src/sgml/advanced.sgml
View file @
7c97f6a0
...
@@ -173,7 +173,7 @@ UPDATE branches SET balance = balance + 100.00
...
@@ -173,7 +173,7 @@ UPDATE branches SET balance = balance + 100.00
</para>
</para>
<para>
<para>
The details of these commands are
not
important here; the important
The details of these commands are
un
important here; the important
point is that there are several separate updates involved to accomplish
point is that there are several separate updates involved to accomplish
this rather simple operation. Our bank's officers will want to be
this rather simple operation. Our bank's officers will want to be
assured that either all these updates happen, or none of them happen.
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
...
@@ -428,7 +428,7 @@ SELECT depname, empno, salary, rank() OVER (PARTITION BY depname ORDER BY salary
<para>
<para>
We already saw that <literal>ORDER BY</> can be omitted if the ordering
We already saw that <literal>ORDER BY</> can be omitted if the ordering
of rows is
not
important. It is also possible to omit <literal>PARTITION
of rows is
un
important. It is also possible to omit <literal>PARTITION
BY</>, in which case there is just one partition containing all the rows.
BY</>, in which case there is just one partition containing all the rows.
</para>
</para>
...
...
doc/src/sgml/ltree.sgml
View file @
7c97f6a0
...
@@ -160,7 +160,7 @@ Europe & Russia*@ & !Transportation
...
@@ -160,7 +160,7 @@ Europe & Russia*@ & !Transportation
This will match paths that contain the label <literal>Europe</literal> and
This will match paths that contain the label <literal>Europe</literal> and
any label beginning with <literal>Russia</literal> (case-insensitive),
any label beginning with <literal>Russia</literal> (case-insensitive),
but not paths containing the label <literal>Transportation</literal>.
but not paths containing the label <literal>Transportation</literal>.
The location of these words within the path is
not
important.
The location of these words within the path is
un
important.
Also, when <literal>%</> is used, the word can be matched to any
Also, when <literal>%</> is used, the word can be matched to any
underscore-separated word within a label, regardless of position.
underscore-separated word within a label, regardless of position.
</para>
</para>
...
...
doc/src/sgml/syntax.sgml
View file @
7c97f6a0
...
@@ -2361,7 +2361,7 @@ LANGUAGE SQL IMMUTABLE STRICT;
...
@@ -2361,7 +2361,7 @@ LANGUAGE SQL IMMUTABLE STRICT;
<literal>b</literal> inputs will be concatenated, and forced to either
<literal>b</literal> inputs will be concatenated, and forced to either
upper or lower case depending on the <literal>uppercase</literal>
upper or lower case depending on the <literal>uppercase</literal>
parameter. The remaining details of this function
parameter. The remaining details of this function
definition are
not
important here (see <xref linkend="extend"> for
definition are
un
important here (see <xref linkend="extend"> for
more information).
more information).
</para>
</para>
...
...
doc/src/sgml/tablefunc.sgml
View file @
7c97f6a0
...
@@ -516,7 +516,7 @@ row_name extra cat1 cat2 cat3 cat4
...
@@ -516,7 +516,7 @@ row_name extra cat1 cat2 cat3 cat4
In practice the <parameter>source_sql</parameter> query should always
In practice the <parameter>source_sql</parameter> query should always
specify <literal>ORDER BY 1</> to ensure that values with the same
specify <literal>ORDER BY 1</> to ensure that values with the same
<structfield>row_name</structfield> are brought together. However,
<structfield>row_name</structfield> are brought together. However,
ordering of the categories within a group is
not
important.
ordering of the categories within a group is
un
important.
Also, it is essential to be sure that the order of the
Also, it is essential to be sure that the order of the
<parameter>category_sql</parameter> query's output matches the specified
<parameter>category_sql</parameter> query's output matches the specified
output column order.
output column order.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment