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

Commitfdbe9fa

Browse files
committed
FAQ updates --- This is a small cosmetic patch that adds pt_BR IRC
channel to the lists of IRC channels, fixes a typo in the OID'squestion, and corrects the PGCluster's project name.Euler Taveira de Oliveira
1 parent1314983 commitfdbe9fa

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

‎doc/FAQ

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Mon Oct9 20:28:14 EDT 2006
4+
Last updated:Sat Oct14 19:08:19 EDT 2006
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -184,8 +184,9 @@
184184
The major IRC channel is #postgresql on Freenode (irc.freenode.net).
185185
To connect you can use the Unix program irc -c '#postgresql' "$USER"
186186
irc.freenode.net or use any other IRC clients. A Spanish one also
187-
exists on the same network, (#postgresql-es), and a French one,
188-
(#postgresqlfr). There is also a PostgreSQL channel on EFNet.
187+
exists on the same network, (#postgresql-es), a French one,
188+
(#postgresqlfr), and a Brazilian one, (#postgresql-br). There is also
189+
a PostgreSQL channel on EFNet.
189190

190191
A list of commercial support companies is available at
191192
http://www.postgresql.org/support/professional_support.
@@ -732,7 +733,7 @@
732733
overflow at 4 billion, and then the OIDs start being duplicated.
733734
PostgreSQL uses OIDs to link its internal system tables together.
734735

735-
To uniquely numbercolumns in user tables, it is best to use SERIAL
736+
To uniquely numberrows in user tables, it is best to use SERIAL
736737
rather than OIDs because SERIAL sequences are unique only within a
737738
single table. and are therefore less likely to overflow. SERIAL8 is
738739
available for storing eight-byte sequence values.
@@ -823,7 +824,7 @@
823824
Multi-master replication allows read/write queries to be sent to
824825
multiple replicated computers. This capability also has a severe
825826
impact on performance due to the need to synchronize changes between
826-
servers.Pgcluster is the most popular such solution freely available
827+
servers.PGCluster is the most popular such solution freely available
827828
for PostgreSQL.
828829

829830
There are also commercial and hardware-based replication solutions

‎doc/src/FAQ/FAQ.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated:Mon Oct 9 20:28:14 EDT 2006</P>
13+
<P>Last updated:Sat Oct14 19:08:19 EDT 2006</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:bruce@momjian.us">bruce@momjian.us</A>)
@@ -236,8 +236,9 @@ <H3 id="item1.7">1.7) Where can I get support?</H3>
236236
(<I>irc.freenode.net</I>). To connect you can use the Unix
237237
program<CODE>irc -c '#postgresql' "$USER" irc.freenode.net</CODE>
238238
or use any other IRC clients. A Spanish one also exists
239-
on the same network, (<I>#postgresql-es</I>), and a French one,
240-
(<I>#postgresqlfr</I>). There is also a PostgreSQL channel on EFNet.</P>
239+
on the same network, (<I>#postgresql-es</I>), a French one,
240+
(<I>#postgresqlfr</I>), and a Brazilian one, (<I>#postgresql-br</I>).
241+
There is also a PostgreSQL channel on EFNet.</P>
241242

242243
<P>A list of commercial support companies is available at<Ahref=
243244
"http://www.postgresql.org/support/professional_support">
@@ -963,7 +964,7 @@ <H3 id="item4.12">4.12) What is an <SMALL>OID</SMALL>? What is
963964
being duplicated. PostgreSQL uses<SMALL>OID</SMALL>s to link its
964965
internal system tables together.</P>
965966

966-
<P>To uniquely numbercolumns in user tables, it is best to use
967+
<P>To uniquely numberrows in user tables, it is best to use
967968
<SMALL>SERIAL</SMALL> rather than O<SMALL>ID</SMALL>s because
968969
<SMALL>SERIAL</SMALL> sequences are unique only within a single
969970
table. and are therefore less likely to overflow.
@@ -1077,7 +1078,7 @@ <H3 id="item4.20">4.20) What replication solutions are available?
10771078
<P>Multi-master replication allows read/write queries to be sent to
10781079
multiple replicated computers. This capability also has a severe impact
10791080
on performance due to the need to synchronize changes between servers.
1080-
<Ahref="http://pgfoundry.org/projects/pgcluster/">Pgcluster</a> is the
1081+
<Ahref="http://pgfoundry.org/projects/pgcluster/">PGCluster</a> is the
10811082
most popular such solution freely available for PostgreSQL.</P>
10821083

10831084
<P>There are also commercial and hardware-based replication solutions

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp