File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
8
8
The most recent version of this document can be viewed at
9
- http://www.PostgreSQL .org/docs /faqs/FAQ_DEV.html.
9
+ http://www.postgresql .org/files/documentation /faqs/FAQ_DEV.html.
10
10
_________________________________________________________________
11
11
12
12
General Questions
101
101
102
102
Other than documentation in the source tree itself, you can find some
103
103
papers/presentations discussing the code at
104
- http://developers .postgresql.org.
104
+ http://developer .postgresql.org.
105
105
106
106
1.6) I've developed a patch, what next?
107
107
@@ -666,7 +666,7 @@ typedef struct nameData
666
666
a typical code snippet that loops through a List containing Var
667
667
*'s and processes each one:
668
668
669
- List *list;
669
+ List *list;
670
670
ListCell *i;
671
671
672
672
foreach(i, list)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for
21
21
22
22
< P > The most recent version of this document can be viewed at < A
23
23
href =
24
- "http://www.PostgreSQL .org/docs/ faqs/FAQ_DEV.html "> http://www.PostgreSQL .org/docs /faqs/FAQ_DEV.html</ A > .</ P >
24
+ "http://www.postgresql .org/files/documentation/ faqs/FAQ_DEV.html "> http://www.postgresql .org/files/documentation /faqs/FAQ_DEV.html</ A > .</ P >
25
25
< HR >
26
26
< BR >
27
27
@@ -151,7 +151,7 @@ <H3><A name="1.5">1.5</A>) Where can I learn more about the
151
151
152
152
< P > Other than documentation in the source tree itself, you can find
153
153
some papers/presentations discussing the code at < A href =
154
- "http://developers .postgresql.org "> http://developers .postgresql.org</ A > .</ P >
154
+ "http://developer .postgresql.org "> http://developer .postgresql.org</ A > .</ P >
155
155
156
156
< H3 > < A name ="1.6 "> 1.6</ A > ) I've developed a patch, what next?</ H3 >
157
157
You can’t perform that action at this time.
0 commit comments