diff options
author | Bruce Momjian | 2002-04-18 02:48:19 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-04-18 02:48:19 +0000 |
commit | b2ef38e88335269315c9146cec8e3874d45cc0b8 (patch) | |
tree | aabcfd30f7ff62a911ed2535d509021e58077b05 /doc/FAQ | |
parent | afd8067213c19d53d3a7915c82f8fc7e19d05fb0 (diff) |
Add mention of -DLINUX_PROFILE to profile mention.
Diffstat (limited to 'doc/FAQ')
-rw-r--r-- | doc/FAQ | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Tue Apr 9 10:53:30 EDT 2002 + Last updated: Wed Apr 17 22:48:04 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -571,7 +571,8 @@ You can also compile with profiling to see what functions are taking execution time. The backend profile files will be deposited in the pgsql/data/base/dbname directory. The client profile file will be put - in the client's current directory. + in the client's current directory. Linux requires a compile with + -DLINUX_PROFILE for proper profiling. 3.8) Why do I get "Sorry, too many clients" when trying to connect? |