diff options
author | Bruce Momjian | 2002-02-23 20:09:40 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-02-23 20:09:40 +0000 |
commit | 9b3a6b5ec34fc9940cc3cbe0c2f097bbd1666ad6 (patch) | |
tree | 3eb6168f2080b764c3253ba5d975ed7b52a593ac | |
parent | 0a54b786d31bee28f59653b5a4608c0cf4542844 (diff) |
Update FAQ_DEV.
-rw-r--r-- | doc/FAQ_DEV | 2 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 377d795dd7a..3baa2f492ed 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Fri Feb 1 15:22:54 EST 2002 + Last updated: Sat Feb 23 15:09:27 EST 2002 Current maintainer: Bruce Momjian ([email protected]) 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:[email protected]">[email protected]</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 |