@@ -53,8 +53,8 @@ <H2>User Client Questions</H2>
5353</ CENTER >
5454< A href ="#2.1 "> 2.1</ A > ) Are there< SMALL > ODBC</ SMALL > drivers for
5555 PostgreSQL?< BR >
56- < A href ="#2.2 "> 2.2</ A > ) What tools are available forhooking
57- PostgreSQL to Web pages?< BR >
56+ < A href ="#2.2 "> 2.2</ A > ) What tools are available foruse PostgreSQL
57+ with Web pages?< BR >
5858< A href ="#2.3 "> 2.3</ A > ) Does PostgreSQL have a graphical user
5959 interface? A report generator? An embedded query language
6060 interface?< BR >
@@ -77,14 +77,12 @@ <H2>Administrative Questions</H2>
7777 accessing my PostgreSQL database?< BR >
7878< A href ="#3.6 "> 3.6</ A > ) Why can't I connect to my database from
7979 another machine?< BR >
80- < A href ="#3.7 "> 3.7</ A > ) All my servers crash under concurrent
81- table access. Why?< BR >
82- < A href ="#3.8 "> 3.8</ A > ) How do I tune the database engine for
80+ < A href ="#3.7 "> 3.7</ A > ) How do I tune the database engine for
8381 better performance?< BR >
84- < A href ="#3.9 "> 3.9 </ A > ) What debugging features are available?< BR >
85- < A href ="#3.10 "> 3.10 </ A > ) I get< I > "Sorry, too many clients"</ I >
82+ < A href ="#3.8 "> 3.8 </ A > ) What debugging features are available?< BR >
83+ < A href ="#3.9 "> 3.9 </ A > ) I get< I > "Sorry, too many clients"</ I >
8684 when trying to connect. Why?< BR >
87- < A href ="#3.11 "> 3.11 </ A > ) What are the< I > pg_sorttempNNN.NN</ I >
85+ < A href ="#3.10 "> 3.10 </ A > ) What are the< I > pg_sorttempNNN.NN</ I >
8886 files in my database directory?< BR >
8987
9088
@@ -260,10 +258,6 @@ <H4><A name="1.5">1.5</A>) Where can I get PostgreSQL?</H4>
260258
261259< H4 > < A name ="1.6 "> 1.6</ A > ) Where can I get support?</ H4 >
262260
263- < P > There is no support for PostgreSQL from the University of
264- California, Berkeley. It is maintained through volunteer
265- effort.</ P >
266-
267261< P > The main mailing list is:< A href =
268262 "mailto:pgsql-general@PostgreSQL.org "> pgsql-general@PostgreSQL.org</ A > .
269263 It is available for discussion of matters pertaining to PostgreSQL.
@@ -316,7 +310,7 @@ <H4><A name="1.6">1.6</A>) Where can I get support?</H4>
316310< I > #PostgreSQL.</ I > I use the unix command< CODE > irc -c
317311 '#PostgreSQL' "$USER" irc.phoenix.net.</ CODE > </ P >
318312
319- < P > A list of commercialPostgreSQL support is available at< A href =
313+ < P > A list of commercial support companies is available at< A href =
320314 "http://www.postgresql.org/users-lounge/commercial-support.html "> http://www.postgresql.org/users-lounge/commercial-support.html</ A > .</ P >
321315
322316< H4 > < A name ="1.7 "> 1.7</ A > ) What is the latest release?</ H4 >
@@ -508,8 +502,8 @@ <H4><A name="2.1">2.1</A>) Are there <SMALL>ODBC</SMALL> drivers
508502 "http://www.PostgreSQL.org/docs/programmer/odbc.htm "> ODBC chapter
509503 of the Programmer's Guide</ A > .</ P >
510504
511- < H4 > < A name ="2.2 "> 2.2</ A > ) What tools are available forhooking
512- PostgreSQLto Web pages?</ H4 >
505+ < H4 > < A name ="2.2 "> 2.2</ A > ) What tools are available forusing
506+ PostgreSQLwith Web pages?</ H4 >
513507
514508< P > A nice introduction to Database-backed Web pages can be seen at:
515509< A href ="http://www.webtools.com "> http://www.webtools.com</ A > </ P >
@@ -620,6 +614,9 @@ <H4><A name="3.5">3.5</A>) How do I prevent other hosts from
620614 modifying the file< I > $PGDATA/pg_hba.conf</ I > accordingly. This
621615 will allow TCP/IP connections.</ P >
622616
617+ < P > Inoperative semaphores can also cause crashes during heavy
618+ database access.</ P >
619+
623620< H4 > < A name ="3.6 "> 3.6</ A > ) Why can't I connect to my database from
624621 another machine?</ H4 >
625622
@@ -629,13 +626,7 @@ <H4><A name="3.6">3.6</A>) Why can't I connect to my database from
629626 option, and add an appropriate host entry to the file
630627< I > pgsql/data/pg_hba.conf</ I > .</ P >
631628
632- < H4 > < A name ="3.7 "> 3.7</ A > ) All my servers crash under concurrent
633- table access. Why?</ H4 >
634-
635- < P > This problem can be caused by a kernel that is not configured to
636- support semaphores.</ P >
637-
638- < H4 > < A name ="3.8 "> 3.8</ A > ) How do I tune the database engine for
629+ < H4 > < A name ="3.7 "> 3.7</ A > ) How do I tune the database engine for
639630 better performance?</ H4 >
640631
641632< P > Certainly, indices can speed up queries. The
@@ -672,7 +663,7 @@ <H4><A name="3.8">3.8</A>) How do I tune the database engine for
672663 data in tables to match an index. See the< SMALL > CLUSTER</ SMALL >
673664 manual page for more details.</ P >
674665
675- < H4 > < A name ="3.9 "> 3.9 </ A > ) What debugging features are
666+ < H4 > < A name ="3.8 "> 3.8 </ A > ) What debugging features are
676667 available?</ H4 >
677668
678669< P > PostgreSQL has several features that report status information
@@ -728,7 +719,7 @@ <H4><A name="3.9">3.9</A>) What debugging features are
728719 in the< I > pgsql/data/base/dbname</ I > directory. The client profile
729720 file will be put in the client's current directory.</ P >
730721
731- < H4 > < A name ="3.10 "> 3.10 </ A > ) I get 'Sorry, too many clients' when
722+ < H4 > < A name ="3.9 "> 3.9 </ A > ) I get 'Sorry, too many clients' when
732723 trying to connect. Why?</ H4 >
733724
734725< P > You need to increase the< I > postmaster's</ I > limit on how many
@@ -763,7 +754,7 @@ <H4><A name="3.10">3.10</A>) I get 'Sorry, too many clients' when
763754 the MaxBackendId constant in
764755< I > include/storage/sinvaladt.h.</ I > </ P >
765756
766- < H4 > < A name ="3.11 "> 3.11 </ A > ) What are the< I > pg_sorttempNNN.NN</ I >
757+ < H4 > < A name ="3.10 "> 3.10 </ A > ) What are the< I > pg_sorttempNNN.NN</ I >
767758 files in my database directory?</ H4 >
768759
769760< P > They are temporary files generated by the query executor. For
@@ -1303,4 +1294,3 @@ <H4><A name="5.5">5.5</A>) I have changed a source file. Why does
13031294 compiler compute the dependencies automatically.</ P >
13041295</ BODY >
13051296</ HTML >
1306-