summaryrefslogtreecommitdiff
path: root/doc/FAQ_DEV
diff options
context:
space:
mode:
authorBruce Momjian2006-07-11 17:02:16 +0000
committerBruce Momjian2006-07-11 17:02:16 +0000
commit0031f99bfadf61a1a49c8d351ab915446efa8f83 (patch)
tree912d25903c31e6daf3f0f08e0f103948224c1aed /doc/FAQ_DEV
parent234163649e4eb7eb348e2a00192fec4a30cf0e33 (diff)
Add URL of code presentation to developers FAQ.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r--doc/FAQ_DEV5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index bb84ee59714..3d27dbd8a47 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -1,7 +1,7 @@
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Sun Jun 18 15:33:56 EDT 2006
+ Last updated: Tue Jul 11 13:01:46 EDT 2006
Current maintainer: Bruce Momjian ([email protected])
@@ -159,7 +159,8 @@ General Questions
Other than documentation in the source tree itself, you can find some
papers/presentations discussing the code at
- http://www.postgresql.org/developer.
+ http://www.postgresql.org/developer. An excellent presentation is at
+ http://neilconway.org/talks/hacking/
1.7) How do I download/update the current source tree?