diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index e9303abae75670ab50f3ccddcccc39f3a821e77b..d5faef76a0cc64b054aafe97489beb00a601faaa 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -602,26 +602,23 @@ typedef struct nameData This was written by Lamar Owen: 2001-06-22 + What open source development process is used by the PostgreSQL team? - What open source development process is used by the PostgreSQL team? - Read HACKERS for six months (or a full release cycle, whichever is longer). Really. HACKERS _is_the process. The process is not well documented (AFAIK -- it may be somewhere that I am not aware of) -- and it changes continually. + What development environment (OS, system, compilers, etc) is required + to develop code? - What development environment (OS, system, compilers, etc) is required to - develop code? - Developers Corner on the website has links to this information. The distribution tarball itself includes all the extra tools and documents that go beyond a good Unix-like development environment. In general, a modern unix with a modern gcc, GNU make or equivalent, autoconf (of a particular version), and good working knowledge of those tools are required. + What areas need support? - What area or two needs some support? - The TODO list. You've made the first step, by finding and subscribing to HACKERS. diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 2e9d94070c5019ea1e21a962ffdc6f16ecdb1b40..07f63e3a86adf10c57e66b351fa83f57852eec1e 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -727,16 +727,16 @@ <P>2001-06-22</P> - <H3>What open source development process is used by the PostgreSQL - team?</H3> + <B>What open source development process is used by the PostgreSQL + team?</B> <P>Read HACKERS for six months (or a full release cycle, whichever is longer). Really. HACKERS _is_the process. The process is not well documented (AFAIK -- it may be somewhere that I am not aware of) -- and it changes continually.</P> - <H3>What development environment (OS, system, compilers, etc) is - required to develop code?</H3> + <B>What development environment (OS, system, compilers, etc) is + required to develop code?</B> <P><A href="developers.postgresql.org">Developers Corner</A> on the website has links to this information. The distribution tarball @@ -746,7 +746,7 @@ particular version), and good working knowledge of those tools are required.</P> - <H3>What area or two needs some support?</H3> + <B>What areas need support?</B> <P>The TODO list.</P>