File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Tue Aug 9 00:56:51 EDT 2005
4
+ Last updated: Mon Sep 19 21:28:08 EDT 2005
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
@@ -806,6 +806,6 @@ typedef struct nameData
806
806
807
807
You can also compile with profiling to see what functions are taking
808
808
execution time. The backend profile files will be deposited in the
809
- pgsql/data/base/dbname directory. The client profile file will be put
810
- in the client's current directory. Linux requires a compile with
809
+ pgsql/data directory. The client profile file will be put in the
810
+ client's current directory. Linux requires a compile with
811
811
-DLINUX_PROFILE for proper profiling.
Original file line number Diff line number Diff line change 13
13
< H1 > Developer's Frequently Asked Questions (FAQ) for
14
14
PostgreSQL</ H1 >
15
15
16
- < P > Last updated: Tue Aug 9 00:56:51 EDT 2005</ P >
16
+ < P > Last updated: Mon Sep 19 21:28:08 EDT 2005</ P >
17
17
18
18
< P > Current maintainer: Bruce Momjian (< A href =
19
19
"mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -992,9 +992,9 @@ <H3><A name="2.8">2.8</A>) What debugging features are
992
992
993
993
< P > You can also compile with profiling to see what functions are
994
994
taking execution time. The backend profile files will be deposited
995
- in the < I > pgsql/data/base/dbname </ I > directory. The client profile
996
- file will be put in the client's current directory. Linux requires
997
- a compile with < I > -DLINUX_PROFILE</ I > for proper profiling.</ P >
995
+ in the < I > pgsql/data</ I > directory. The client profile file will be
996
+ put in the client's current directory. Linux requires a compile with
997
+ < I > -DLINUX_PROFILE</ I > for proper profiling.</ P >
998
998
</ BODY >
999
999
</ HTML >
1000
1000
You can’t perform that action at this time.
0 commit comments