diff options
author | Bruce Momjian | 2007-08-23 00:10:07 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-08-23 00:10:07 +0000 |
commit | 2ae8825a8eacfdcb5ddaf8d35b9f2151f0656761 (patch) | |
tree | 23548acc34d199b14f2a9746d620966510696405 /doc/FAQ_DEV | |
parent | ef74900704597dfbfc55bb509844a25481eedc4c (diff) |
Fix typo in FAQ_DEV.
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 248ae4b805d..e3816b2682f 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Wed Aug 22 20:09:21 EDT 2007 + Last updated: Wed Aug 22 20:10:01 EDT 2007 Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -344,7 +344,7 @@ General Questions * A Guide to the SQL Standard, by C.J. Date, et. al, Addison, Wesley * Fundamentals of Database Systems, by Elmasri and Navathe * Transaction Processing, by Jim Gray, Morgan, Kaufmann - * Transactional Information Systems by by Gerhard Weikum, Kaufmann + * Transactional Information Systems by Gerhard Weikum, Kaufmann 1.12) What is configure all about? |