diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-11 18:14:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-11 18:14:56 +0000 |
commit | 0cdf4d96bcd3b82ef712243f783a54da04a95bda (patch) | |
tree | 8e8c3c9840b671ccccee125dcaeac26746438996 | |
parent | 966e6478b595ccf49be1627f7be26a39cecf5a66 (diff) | |
download | postgresql-0cdf4d96bcd3b82ef712243f783a54da04a95bda.tar.gz postgresql-0cdf4d96bcd3b82ef712243f783a54da04a95bda.zip |
Fix typo.
< o prevent lose of indexes, permissions, inheritance (Bruce)
---
> o prevent loss of indexes, permissions, inheritance (Bruce)
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Feb 8 01:41:04 EST 2002 +Last updated: Mon Feb 11 13:14:25 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -188,7 +188,7 @@ COMMANDS * CLUSTER o cluster all tables at once - o prevent lose of indexes, permissions, inheritance (Bruce) + o prevent loss of indexes, permissions, inheritance (Bruce) o Automatically maintain clustering on a table * COPY |