1010alink ="#0000ff ">
1111< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
1212
13- < P > Last updated: FriMay 30 22:24:56 EDT 2003</ P >
13+ < P > Last updated: FriJun 6 18:20:23 EDT 2003</ P >
1414
1515< P > Current maintainer: Bruce Momjian (< A href =
1616 "mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -323,7 +323,7 @@ <H4><A name="1.6">1.6</A>) Where can I get support?</H4>
323323
324324< H4 > < A name ="1.7 "> 1.7</ A > ) What is the latest release?</ H4 >
325325
326- < P > The latest release of PostgreSQL is version 7.3.2 .</ P >
326+ < P > The latest release of PostgreSQL is version 7.3.3 .</ P >
327327
328328< P > We plan to have major releases every four months.</ P >
329329
@@ -340,7 +340,7 @@ <H4><A name="1.8">1.8</A>) What documentation is available?</H4>
340340 "http://www.commandprompt.com/ppbook/ "> http://www.commandprompt.com/ppbook/</ A > .
341341 There is a list of PostgreSQL books available for purchase at< A
342342href =
343- "http://www.ca.PostgreSQL. org/books/ "> http://www.ca. PostgreSQL.org/books/ </ A > .
343+ "http://techdocs.postgresql. org/techdocs/bookreviews.php "> http://techdocs. PostgreSQL.org/techdocs/bookreviews.php </ A > .
344344 There is also a collection of PostgreSQL technical articles at< A
345345href =
346346 "http://techdocs.PostgreSQL.org/ "> http://techdocs.PostgreSQL.org/</ A > .</ P >
@@ -505,7 +505,7 @@ <H4><A name="1.15">1.15</A>) How can I financially assist
505505
506506< P > Also, if you have a success story about PostgreSQL, please submit
507507 it to our advocacy site at< a href ="http://advocacy.postgresql.org ">
508- http://advocacy.postgresql.org</ a > .
508+ http://advocacy.postgresql.org</ a > .</ P >
509509
510510
511511< H2 align ="center "> User Client Questions</ H2 >
@@ -612,7 +612,7 @@ <H4><A name="3.3">3.3</A>) When I try to start <I>postmaster</I>, I
612612< I > postmaster</ I > . For most systems, with default numbers of
613613 buffers and processes, you need a minimum of ~1 MB. See the< A
614614href =
615- "http://www.PostgreSQL.org/docs/view.php?version=current&idoc=1&file=kernel-resources.html "> PostgreSQL
615+ "http://www.PostgreSQL.org/docs/view.php?version=current& idoc=1& file=kernel-resources.html "> PostgreSQL
616616 Administrator's Guide</ A > for more detailed information about
617617 shared memory and semaphores.</ P >
618618
@@ -856,7 +856,7 @@ <H4><A name="4.4">4.4</A>) How do you remove a column from a
856856 BEGIN;
857857 ALTER TABLE tab ADD COLUMN new_col< i > new_data_type</ i > ;
858858 UPDATE tab SET new_col = CAST(old_col AS< i > new_data_type</ i > );
859- ALTER TABLE DROP COLUMN old_col;
859+ ALTER TABLEtab DROP COLUMN old_col;
860860 COMMIT;
861861</ PRE >
862862< P > You might then want to do< I > VACUUM FULL tab</ I > to reclaim the