aboutsummaryrefslogtreecommitdiff
path: root/doc/FAQ_DEV
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-01-05 17:42:09 +0000
committerBruce Momjian <bruce@momjian.us>2005-01-05 17:42:09 +0000
commita7ef12f56a9c9b2623bade78fd7f68d8cae6f34b (patch)
treeb45fdbb4b15a0c9df9d34563082418acdccc7911 /doc/FAQ_DEV
parent8c6147b9114a84644d0fa9a2b49e4e45e471a0d4 (diff)
downloadpostgresql-a7ef12f56a9c9b2623bade78fd7f68d8cae6f34b.tar.gz
postgresql-a7ef12f56a9c9b2623bade78fd7f68d8cae6f34b.zip
Update URLs.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r--doc/FAQ_DEV6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index 665e65ee900..b87dfd3d61d 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -6,7 +6,7 @@
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
The most recent version of this document can be viewed at
- http://www.PostgreSQL.org/docs/faqs/FAQ_DEV.html.
+ http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html.
_________________________________________________________________
General Questions
@@ -101,7 +101,7 @@
Other than documentation in the source tree itself, you can find some
papers/presentations discussing the code at
- http://developers.postgresql.org.
+ http://developer.postgresql.org.
1.6) I've developed a patch, what next?
@@ -666,7 +666,7 @@ typedef struct nameData
a typical code snippet that loops through a List containing Var
*'s and processes each one:
- List *list;
+ List *list;
ListCell *i;
foreach(i, list)