diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-09-22 22:14:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-09-22 22:14:11 +0000 |
commit | 9516724bd7aab58745eb0fb8b73fb6449272adf1 (patch) | |
tree | a83e7188ceeb1ff59e40368cb009fe5337b67356 /doc/FAQ_DEV | |
parent | b3af584d7d189cbde54bd0b4e8b6eb1e44321c40 (diff) | |
download | postgresql-9516724bd7aab58745eb0fb8b73fb6449272adf1.tar.gz postgresql-9516724bd7aab58745eb0fb8b73fb6449272adf1.zip |
Update FAQ's in 8.0.X branch.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 9b74eb855e9..6b75c7be449 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Sat May 14 12:26:01 EDT 2005 + Last updated: Mon Sep 19 21:28:08 EDT 2005 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -101,7 +101,7 @@ General Questions important to get community feeback on your proposal before starting work. Failure to do so might mean your patch is rejected. - A web site is maintained for patches that are ready to be applied, + A web site is maintained for patches awaiting review, http://momjian.postgresql.org/cgi-bin/pgpatches, and those that are being kept for the next release, http://momjian.postgresql.org/cgi-bin/pgpatches2. @@ -806,6 +806,6 @@ typedef struct nameData 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. Linux requires a compile with + pgsql/data directory. The client profile file will be put in the + client's current directory. Linux requires a compile with -DLINUX_PROFILE for proper profiling. |