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
4cb7536c
Commit
4cb7536c
authored
May 13, 2010
by
Magnus Hagander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some spelling errors.
Thom Brown
parent
52d0b49f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
doc/src/sgml/ecpg.sgml
doc/src/sgml/ecpg.sgml
+2
-2
doc/src/sgml/high-availability.sgml
doc/src/sgml/high-availability.sgml
+4
-4
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+2
-2
No files found.
doc/src/sgml/ecpg.sgml
View file @
4cb7536c
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.
99 2010/05/09 16:30:31 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.
100 2010/05/13 14:16:41 mha
Exp $ -->
<chapter id="ecpg">
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
...
...
@@ -2865,7 +2865,7 @@ struct sqlname
</programlisting>
</para>
<para>
There are two compatiblity modes: INFORMIX, INFORMIX_SE
There are two compatib
i
lity modes: INFORMIX, INFORMIX_SE
</para>
<para>
When linking programs that use this compatibility mode, remember to link
...
...
doc/src/sgml/high-availability.sgml
View file @
4cb7536c
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.6
7 2010/05/03 09:15:17 heikki
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.6
8 2010/05/13 14:16:41 mha
Exp $ -->
<chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title>
...
...
@@ -201,7 +201,7 @@ protocol to make nodes agree on a serializable transactional order.
must query such values from a single server and then use those
values in write queries. Another option is to use this replication
option with a traditional master-slave setup, i.e. data modification
queries are sent only to the master and are prop
o
gated to the
queries are sent only to the master and are prop
a
gated to the
slaves via master-slave replication, not by the replication
middleware. Care must also be taken that all
transactions either commit or abort on all servers, perhaps
...
...
@@ -1559,7 +1559,7 @@ if (!triggered)
node itself. And you are still getting the benefit of off-loading the
execution onto the standby. <varname>max_standby_delay</> should
not be used in this case because delayed WAL files might already
contain entries that invalidate the current s
h
apshot.
contain entries that invalidate the current s
n
apshot.
</para>
<para>
...
...
@@ -1823,7 +1823,7 @@ LOG: database system is ready to accept read only connections
</para>
<para>
The statisti
sti
cs collector is active during recovery. All scans, reads, blocks,
The statistics collector is active during recovery. All scans, reads, blocks,
index usage, etc., will be recorded normally on the standby. Replayed
actions will not duplicate their effects on primary, so replaying an
insert will not increment the Inserts column of pg_stat_user_tables.
...
...
doc/src/sgml/libpq.sgml
View file @
4cb7536c
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.30
4 2010/04/03 07:22:54 petere
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.30
5 2010/05/13 14:16:41 mha
Exp $ -->
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
...
...
@@ -6635,7 +6635,7 @@ user=admin
The default value for <literal>sslmode</> is <literal>prefer</>. As is shown
in the table, this makes no sense from a security point of view, and it only
promises performance overhead if possible. It is only provided as the default
for backwards compatiblity, and not recommended in secure deployments.
for backwards compatib
i
lity, and not recommended in secure deployments.
</para>
</sect2>
...
...
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