diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-05-05 14:33:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-05-05 14:33:55 +0000 |
commit | aec9dc0efec0274829dc07948797aaf0c457c011 (patch) | |
tree | 0d9633484e4419f8d4508dc1b8a0ff9f93d34401 /doc/src | |
parent | 799bd9e8c834c4c41ff4321ab62fca4095135daa (diff) | |
download | postgresql-aec9dc0efec0274829dc07948797aaf0c457c011.tar.gz |
Wording update to FAQ_DEV..
Diffstat (limited to 'doc/src')
-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 01b9207774..868a3edc0c 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Sat May 5 10:30:33 EDT 2007</P> + <P>Last updated: Sat May 5 10:33:44 EDT 2007</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR> @@ -236,7 +236,7 @@ <li>Contains sufficient comments</li> <li>Contains code that works on all supported operating systems</li> <li>Has proper documentation</li> - <li>Passes all regression tests, and if needed, includes new ones</li> + <li>Passes all regression tests, and if needed, adds new ones</li> <li>Behaves as expected, even under unusual cirumstances</li> <li>Contains no reliability risks</li> <li>Does not overly complicate the source code</li> |