File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Fri Aug 11 23:48:27 EDT 2006
4
+ Last updated: Wed Sep 6 18:02:57 EDT 2006
5
5
6
6
Current maintainer: Bruce Momjian (bruce@momjian.us)
7
7
@@ -125,7 +125,7 @@ General Questions
125
125
3. The patch should be generated in contextual diff format (diff -c
126
126
and should be applicable from the root directory. If you are
127
127
unfamiliar with this, you might find the script
128
- src/tools/makediff /difforig useful. (Unified diffs are only
128
+ src/tools/make_diff /difforig useful. (Unified diffs are only
129
129
preferable if the file changes are single-line changes and do not
130
130
rely on surrounding lines.)
131
131
4. PostgreSQL is licensed under a BSD license, so any submissions
Original file line number Diff line number Diff line change 13
13
< H1 > Developer's Frequently Asked Questions (FAQ) for
14
14
PostgreSQL</ H1 >
15
15
16
- < P > Last updated: Fri Aug 11 23:48:27 EDT 2006</ P >
16
+ < P > Last updated: Wed Sep 6 18:02:57 EDT 2006</ P >
17
17
18
18
< P > Current maintainer: Bruce Momjian (< A href =
19
19
"mailto:bruce@momjian.us "> bruce@momjian.us</ A > )< BR >
@@ -177,7 +177,7 @@ <H3 id="item1.5">1.5) I've developed a patch, what next?</H3>
177
177
< li > The patch should be generated in contextual diff format (< i > diff
178
178
-c</ i > and should be applicable from the root directory. If you are
179
179
unfamiliar with this, you might find the script
180
- < I > src/tools/makediff /difforig</ I > useful. (Unified diffs are only
180
+ < I > src/tools/make_diff /difforig</ I > useful. (Unified diffs are only
181
181
preferable if the file changes are single-line changes and do not
182
182
rely on surrounding lines.)</ li >
183
183
You can’t perform that action at this time.
0 commit comments