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
1d96cf94
Commit
1d96cf94
authored
Aug 14, 2012
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In documentation, change "recommendable" to "recommended", per
consultation with word definitions. Backpatch to 9.2.
parent
51fd748e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/charset.sgml
doc/src/sgml/charset.sgml
+1
-1
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+1
-1
doc/src/sgml/manage-ag.sgml
doc/src/sgml/manage-ag.sgml
+1
-1
doc/src/sgml/passwordcheck.sgml
doc/src/sgml/passwordcheck.sgml
+1
-1
doc/src/sgml/queries.sgml
doc/src/sgml/queries.sgml
+1
-1
No files found.
doc/src/sgml/charset.sgml
View file @
1d96cf94
...
...
@@ -563,7 +563,7 @@ SELECT * FROM test1 ORDER BY a || b COLLATE "fr_FR";
<literal>pg_collation</literal> are ignored. Thus, a stripped collation
name such as <literal>de_DE</literal> can be considered unique
within a given database even though it would not be unique globally.
Use of the stripped collation names is recommend
able
, since it will
Use of the stripped collation names is recommend
ed
, since it will
make one less thing you need to change if you decide to change to
another database encoding. Note however that the <literal>default</>,
<literal>C</>, and <literal>POSIX</> collations can be used
...
...
doc/src/sgml/installation.sgml
View file @
1d96cf94
...
...
@@ -92,7 +92,7 @@ su - postgres
<
para
>
You
need
an
<
acronym
>
ISO
</>/<
acronym
>
ANSI
</>
C
compiler
(
at
least
C89
-
compliant
).
Recent
versions
of
<
productname
>
GCC
</>
are
recommend
able
,
but
versions
of
<
productname
>
GCC
</>
are
recommend
ed
,
but
<
productname
>
PostgreSQL
</>
is
known
to
build
using
a
wide
variety
of
compilers
from
different
vendors
.
</
para
>
...
...
doc/src/sgml/manage-ag.sgml
View file @
1d96cf94
...
...
@@ -44,7 +44,7 @@
connection level. If one <productname>PostgreSQL</> server
instance is to house projects or users that should be separate and
for the most part unaware of each other, it is therefore
recommend
able
to put them into separate databases. If the projects
recommend
ed
to put them into separate databases. If the projects
or users are interrelated and should be able to use each other's
resources, they should be put in the same database but possibly
into separate schemas. Schemas are a purely logical structure and who can
...
...
doc/src/sgml/passwordcheck.sgml
View file @
1d96cf94
...
...
@@ -47,7 +47,7 @@
This limits the usefulness of the <filename>passwordcheck</filename>
module, because in that case it can only try to guess the password.
For this reason, <filename>passwordcheck</filename> is not
recommend
able
if your security requirements are high.
recommend
ed
if your security requirements are high.
It is more secure to use an external authentication method such as Kerberos
(see <xref linkend="client-authentication">) than to rely on
passwords within the database.
...
...
doc/src/sgml/queries.sgml
View file @
1d96cf94
...
...
@@ -1099,7 +1099,7 @@ SELECT product_id, p.name, (sum(s.units) * (p.price - p.cost)) AS profit
Currently, window functions always require presorted data, and so the
query output will be ordered according to one or another of the window
functions' <literal>PARTITION BY</>/<literal>ORDER BY</> clauses.
It is not recommend
able
to rely on this, however. Use an explicit
It is not recommend
ed
to rely on this, however. Use an explicit
top-level <literal>ORDER BY</> clause if you want to be sure the
results are sorted in a particular way.
</para>
...
...
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