Index: FAQ.html
===================================================================
RCS file: /projects/cvsroot/pgsql-server/doc/src/FAQ/FAQ.html,v
retrieving revision 1.177
diff -c -r1.177 FAQ.html
*** FAQ.html	31 May 2003 02:25:11 -0000	1.177
--- FAQ.html	2 Jun 2003 19:35:09 -0000
***************
*** 323,329 ****
  
      <H4><A name="1.7">1.7</A>) What is the latest release?</H4>
  
!     <P>The latest release of PostgreSQL is version 7.3.2.</P>
  
      <P>We plan to have major releases every four months.</P>
  
--- 323,329 ----
  
      <H4><A name="1.7">1.7</A>) What is the latest release?</H4>
  
!     <P>The latest release of PostgreSQL is version 7.3.3.</P>
  
      <P>We plan to have major releases every four months.</P>
  
***************
*** 340,346 ****
      "http://www.commandprompt.com/ppbook/">http://www.commandprompt.com/ppbook/</A>.
      There is a list of PostgreSQL books available for purchase at <A
      href=
!     "http://www.ca.PostgreSQL.org/books/">http://www.ca.PostgreSQL.org/books/</A>.
      There is also a collection of PostgreSQL technical articles at <A
      href=
      "http://techdocs.PostgreSQL.org/">http://techdocs.PostgreSQL.org/</A>.</P>
--- 340,346 ----
      "http://www.commandprompt.com/ppbook/">http://www.commandprompt.com/ppbook/</A>.
      There is a list of PostgreSQL books available for purchase at <A
      href=
!     "http://techdocs.postgresql.org/techdocs/bookreviews.php">http://techdocs.PostgreSQL.org/techdocs/bookreviews.php</A>.
      There is also a collection of PostgreSQL technical articles at <A
      href=
      "http://techdocs.PostgreSQL.org/">http://techdocs.PostgreSQL.org/</A>.</P>
***************
*** 505,511 ****
  
      <P>Also, if you have a success story about PostgreSQL, please submit
      it to our advocacy site at <a href="http://advocacy.postgresql.org">
!     http://advocacy.postgresql.org</a>.
  
  
      <H2 align="center">User Client Questions</H2>
--- 505,511 ----
  
      <P>Also, if you have a success story about PostgreSQL, please submit
      it to our advocacy site at <a href="http://advocacy.postgresql.org">
!     http://advocacy.postgresql.org</a>.</P>
  
  
      <H2 align="center">User Client Questions</H2>
***************
*** 612,618 ****
      <I>postmaster</I>. For most systems, with default numbers of
      buffers and processes, you need a minimum of ~1 MB. See the <A
      href=
!     "http://www.PostgreSQL.org/docs/view.php?version=current&idoc=1&file=kernel-resources.html">PostgreSQL
      Administrator's Guide</A> for more detailed information about
      shared memory and semaphores.</P>
  
--- 612,618 ----
      <I>postmaster</I>. For most systems, with default numbers of
      buffers and processes, you need a minimum of ~1 MB. See the <A
      href=
!     "http://www.PostgreSQL.org/docs/view.php?version=current&amp;idoc=1&amp;file=kernel-resources.html">PostgreSQL
      Administrator's Guide</A> for more detailed information about
      shared memory and semaphores.</P>
  
***************
*** 856,862 ****
      BEGIN;
      ALTER TABLE tab ADD COLUMN new_col <i>new_data_type</i>;
      UPDATE tab SET new_col = CAST(old_col AS <i>new_data_type</i>);
!     ALTER TABLE DROP COLUMN old_col;
      COMMIT;
  </PRE>
      <P>You might then want to do <I>VACUUM FULL tab</I> to reclaim the
--- 856,862 ----
      BEGIN;
      ALTER TABLE tab ADD COLUMN new_col <i>new_data_type</i>;
      UPDATE tab SET new_col = CAST(old_col AS <i>new_data_type</i>);
!     ALTER TABLE tab DROP COLUMN old_col;
      COMMIT;
  </PRE>
      <P>You might then want to do <I>VACUUM FULL tab</I> to reclaim the
