Commit a7ef12f5 authored by Bruce Momjian's avatar Bruce Momjian

Update URLs.

parent 8c6147b9
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
The most recent version of this document can be viewed at 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 General Questions
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
Other than documentation in the source tree itself, you can find some Other than documentation in the source tree itself, you can find some
papers/presentations discussing the code at papers/presentations discussing the code at
http://developers.postgresql.org. http://developer.postgresql.org.
1.6) I've developed a patch, what next? 1.6) I've developed a patch, what next?
...@@ -666,7 +666,7 @@ typedef struct nameData ...@@ -666,7 +666,7 @@ typedef struct nameData
a typical code snippet that loops through a List containing Var a typical code snippet that loops through a List containing Var
*'s and processes each one: *'s and processes each one:
List *list; List *list;
ListCell *i; ListCell *i;
foreach(i, list) foreach(i, list)
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<P>The most recent version of this document can be viewed at <A <P>The most recent version of this document can be viewed at <A
href= href=
"http://www.PostgreSQL.org/docs/faqs/FAQ_DEV.html">http://www.PostgreSQL.org/docs/faqs/FAQ_DEV.html</A>.</P> "http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html">http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html</A>.</P>
<HR> <HR>
<BR> <BR>
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
<P>Other than documentation in the source tree itself, you can find <P>Other than documentation in the source tree itself, you can find
some papers/presentations discussing the code at <A href= some papers/presentations discussing the code at <A href=
"http://developers.postgresql.org">http://developers.postgresql.org</A>.</P> "http://developer.postgresql.org">http://developer.postgresql.org</A>.</P>
<H3><A name="1.6">1.6</A>) I've developed a patch, what next?</H3> <H3><A name="1.6">1.6</A>) I've developed a patch, what next?</H3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment