Hi,

This is a small cosmetic patch that adds pt_BR IRC channel to the lists
of IRC channels, fixes a typo in the OID's question, and corrects the
PGCluster's project name.


-- 
  Euler Taveira de Oliveira
  http://www.timbira.com/
*** FAQ.html.orig       2006-10-14 14:27:30.000000000 -0300
--- FAQ.html    2006-10-14 14:28:01.000000000 -0300
***************
*** 236,243 ****
      (<I>irc.freenode.net</I>).  To connect you can use the Unix
      program <CODE>irc -c '#postgresql' "$USER" irc.freenode.net</CODE>
      or use any other IRC clients.  A Spanish one also exists
!     on the same network, (<I>#postgresql-es</I>), and a French one,
!     (<I>#postgresqlfr</I>).  There is also a PostgreSQL channel on EFNet.</P>
  
      <P>A list of commercial support companies is available at <A href=
      "http://www.postgresql.org/support/professional_support";>
--- 236,244 ----
      (<I>irc.freenode.net</I>).  To connect you can use the Unix
      program <CODE>irc -c '#postgresql' "$USER" irc.freenode.net</CODE>
      or use any other IRC clients.  A Spanish one also exists
!     on the same network, (<I>#postgresql-es</I>), a French one,
!       (<I>#postgresqlfr</I>), and a Brazilian one, (<I>#postgresql-br</I>).
!       There is also a PostgreSQL channel on EFNet.</P>
  
      <P>A list of commercial support companies is available at <A href=
      "http://www.postgresql.org/support/professional_support";>
***************
*** 963,969 ****
      being duplicated. PostgreSQL uses <SMALL>OID</SMALL>s to link its
      internal system tables together.</P>
  
!     <P>To uniquely number columns in user tables, it is best to use
      <SMALL>SERIAL</SMALL> rather than O<SMALL>ID</SMALL>s because
      <SMALL>SERIAL</SMALL> sequences are unique only within a single
      table. and are therefore less likely to overflow.
--- 964,970 ----
      being duplicated. PostgreSQL uses <SMALL>OID</SMALL>s to link its
      internal system tables together.</P>
  
!     <P>To uniquely number rows in user tables, it is best to use
      <SMALL>SERIAL</SMALL> rather than O<SMALL>ID</SMALL>s because
      <SMALL>SERIAL</SMALL> sequences are unique only within a single
      table. and are therefore less likely to overflow.
***************
*** 1077,1083 ****
      <P>Multi-master replication allows read/write queries to be sent to
      multiple replicated computers.  This capability also has a severe impact
      on performance due to the need to synchronize changes between servers. 
!     <A href="http://pgfoundry.org/projects/pgcluster/";>Pgcluster</a> is the
      most popular such solution freely available for PostgreSQL.</P>
  
      <P>There are also commercial and hardware-based replication solutions
--- 1078,1084 ----
      <P>Multi-master replication allows read/write queries to be sent to
      multiple replicated computers.  This capability also has a severe impact
      on performance due to the need to synchronize changes between servers. 
!     <A href="http://pgfoundry.org/projects/pgcluster/";>PGCluster</a> is the
      most popular such solution freely available for PostgreSQL.</P>
  
      <P>There are also commercial and hardware-based replication solutions
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to