File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Tue Apr 9 10:53:30 EDT 2002
4
+ Last updated: Wed Apr 17 22:48:04 EDT 2002
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
571
571
You can also compile with profiling to see what functions are taking
572
572
execution time. The backend profile files will be deposited in the
573
573
pgsql/data/base/dbname directory. The client profile file will be put
574
- in the client's current directory.
574
+ in the client's current directory. Linux requires a compile with
575
+ -DLINUX_PROFILE for proper profiling.
575
576
576
577
3.8) Why do I get "Sorry, too many clients" when trying to connect?
577
578
Original file line number Diff line number Diff line change 14
14
alink ="#0000ff ">
15
15
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
16
16
17
- < P > Last updated: Tue Apr 9 10:53:30 EDT 2002</ P >
17
+ < P > Last updated: Wed Apr 17 22:48:04 EDT 2002</ P >
18
18
19
19
< P > Current maintainer: Bruce Momjian (< A href =
20
20
"mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -742,7 +742,8 @@ <H4><A name="3.7">3.7</A>) What debugging features are
742
742
< P > You can also compile with profiling to see what functions are
743
743
taking execution time. The backend profile files will be deposited
744
744
in the < I > pgsql/data/base/dbname</ I > directory. The client profile
745
- file will be put in the client's current directory.</ P >
745
+ file will be put in the client's current directory. Linux requires
746
+ a compile with < I > -DLINUX_PROFILE</ I > for proper profiling.</ P >
746
747
747
748
< H4 > < A name ="3.8 "> 3.8</ A > ) Why do I get < I > "Sorry, too many
748
749
clients"</ I > when trying to connect?</ H4 >
You can’t perform that action at this time.
0 commit comments