diff options
author | Bruce Momjian | 2001-12-04 17:12:25 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-12-04 17:12:25 +0000 |
commit | fb170041c6347376c385baca4e3effc2351d4c90 (patch) | |
tree | a0734fb3375c9e1bbdfa9f0b79fec58a423b5568 /doc/src | |
parent | 1af67612071ee85a23a73ba514ec25d7d1207553 (diff) |
Update FAQ_DEV.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 2e9d94070c5..07f63e3a86a 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> |