aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-04-18 02:48:19 +0000
committerBruce Momjian <bruce@momjian.us>2002-04-18 02:48:19 +0000
commitb2ef38e88335269315c9146cec8e3874d45cc0b8 (patch)
treeaabcfd30f7ff62a911ed2535d509021e58077b05 /doc/src
parentafd8067213c19d53d3a7915c82f8fc7e19d05fb0 (diff)
downloadpostgresql-b2ef38e88335269315c9146cec8e3874d45cc0b8.tar.gz
postgresql-b2ef38e88335269315c9146cec8e3874d45cc0b8.zip
Add mention of -DLINUX_PROFILE to profile mention.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/FAQ.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index ac054a3fead..3e37b28b2f6 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -14,7 +14,7 @@
alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
- <P>Last updated: Tue Apr 9 10:53:30 EDT 2002</P>
+ <P>Last updated: Wed Apr 17 22:48:04 EDT 2002</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -742,7 +742,8 @@
<P>You can also compile with profiling to see what functions are
taking execution time. The backend profile files will be deposited
in the <I>pgsql/data/base/dbname</I> directory. The client profile
- file will be put in the client's current directory.</P>
+ file will be put in the client's current directory. Linux requires
+ a compile with <I>-DLINUX_PROFILE</I> for proper profiling.</P>
<H4><A name="3.8">3.8</A>) Why do I get <I>"Sorry, too many
clients"</I> when trying to connect?</H4>