@@ -53,8 +53,8 @@ <H2>User Client Questions</H2>
53
53
</ CENTER >
54
54
< A href ="#2.1 "> 2.1</ A > ) Are there < SMALL > ODBC</ SMALL > drivers for
55
55
PostgreSQL?< BR >
56
- < A href ="#2.2 "> 2.2</ A > ) What tools are available for hooking
57
- PostgreSQL to Web pages?< BR >
56
+ < A href ="#2.2 "> 2.2</ A > ) What tools are available for use PostgreSQL
57
+ with Web pages?< BR >
58
58
< A href ="#2.3 "> 2.3</ A > ) Does PostgreSQL have a graphical user
59
59
interface? A report generator? An embedded query language
60
60
interface?< BR >
@@ -77,14 +77,12 @@ <H2>Administrative Questions</H2>
77
77
accessing my PostgreSQL database?< BR >
78
78
< A href ="#3.6 "> 3.6</ A > ) Why can't I connect to my database from
79
79
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
83
81
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 >
86
84
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 >
88
86
files in my database directory?< BR >
89
87
90
88
@@ -260,10 +258,6 @@ <H4><A name="1.5">1.5</A>) Where can I get PostgreSQL?</H4>
260
258
261
259
< H4 > < A name ="1.6 "> 1.6</ A > ) Where can I get support?</ H4 >
262
260
263
- < P > There is no support for PostgreSQL from the University of
264
- California, Berkeley. It is maintained through volunteer
265
- effort.</ P >
266
-
267
261
< P > The main mailing list is: < A href =
268
262
"mailto:pgsql-general@PostgreSQL.org "> pgsql-general@PostgreSQL.org</ A > .
269
263
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>
316
310
< I > #PostgreSQL.</ I > I use the unix command < CODE > irc -c
317
311
'#PostgreSQL' "$USER" irc.phoenix.net.</ CODE > </ P >
318
312
319
- < P > A list of commercial PostgreSQL support is available at < A href =
313
+ < P > A list of commercial support companies is available at < A href =
320
314
"http://www.postgresql.org/users-lounge/commercial-support.html "> http://www.postgresql.org/users-lounge/commercial-support.html</ A > .</ P >
321
315
322
316
< 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
508
502
"http://www.PostgreSQL.org/docs/programmer/odbc.htm "> ODBC chapter
509
503
of the Programmer's Guide</ A > .</ P >
510
504
511
- < H4 > < A name ="2.2 "> 2.2</ A > ) What tools are available for hooking
512
- PostgreSQL to Web pages?</ H4 >
505
+ < H4 > < A name ="2.2 "> 2.2</ A > ) What tools are available for using
506
+ PostgreSQL with Web pages?</ H4 >
513
507
514
508
< P > A nice introduction to Database-backed Web pages can be seen at:
515
509
< 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
620
614
modifying the file < I > $PGDATA/pg_hba.conf</ I > accordingly. This
621
615
will allow TCP/IP connections.</ P >
622
616
617
+ < P > Inoperative semaphores can also cause crashes during heavy
618
+ database access.</ P >
619
+
623
620
< H4 > < A name ="3.6 "> 3.6</ A > ) Why can't I connect to my database from
624
621
another machine?</ H4 >
625
622
@@ -629,13 +626,7 @@ <H4><A name="3.6">3.6</A>) Why can't I connect to my database from
629
626
option, and add an appropriate host entry to the file
630
627
< I > pgsql/data/pg_hba.conf</ I > .</ P >
631
628
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
639
630
better performance?</ H4 >
640
631
641
632
< 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
672
663
data in tables to match an index. See the < SMALL > CLUSTER</ SMALL >
673
664
manual page for more details.</ P >
674
665
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
676
667
available?</ H4 >
677
668
678
669
< 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
728
719
in the < I > pgsql/data/base/dbname</ I > directory. The client profile
729
720
file will be put in the client's current directory.</ P >
730
721
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
732
723
trying to connect. Why?</ H4 >
733
724
734
725
< 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
763
754
the MaxBackendId constant in
764
755
< I > include/storage/sinvaladt.h.</ I > </ P >
765
756
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 >
767
758
files in my database directory?</ H4 >
768
759
769
760
< 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
1303
1294
compiler compute the dependencies automatically.</ P >
1304
1295
</ BODY >
1305
1296
</ HTML >
1306
-
0 commit comments