diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-23 20:09:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-23 20:09:40 +0000 |
commit | 9b3a6b5ec34fc9940cc3cbe0c2f097bbd1666ad6 (patch) | |
tree | 3eb6168f2080b764c3253ba5d975ed7b52a593ac /doc/src/FAQ/FAQ_DEV.html | |
parent | 0a54b786d31bee28f59653b5a4608c0cf4542844 (diff) | |
download | postgresql-9b3a6b5ec34fc9940cc3cbe0c2f097bbd1666ad6.tar.gz postgresql-9b3a6b5ec34fc9940cc3cbe0c2f097bbd1666ad6.zip |
Update FAQ_DEV.
Diffstat (limited to 'doc/src/FAQ/FAQ_DEV.html')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index e4cf58dcab7..3af3b7d200c 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -12,7 +12,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Fri Feb 1 15:22:54 EST 2002</P> + <P>Last updated: Sat Feb 23 15:09:27 EST 2002</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -85,7 +85,7 @@ <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 + <P><A href="http://developers.postgresql.org">Developers Corner</A> 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 |