diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-08-11 13:22:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-08-11 13:22:07 +0000 |
commit | e8b842b9d3c65bf76157b3093bb8540ff1d5dea2 (patch) | |
tree | 5080198e32d9ab7f458aed876a74bf22fc22bc71 /doc/src | |
parent | 6a60357588f873ff2f8a7dfeb94526c4af6c2b92 (diff) | |
download | postgresql-e8b842b9d3c65bf76157b3093bb8540ff1d5dea2.tar.gz postgresql-e8b842b9d3c65bf76157b3093bb8540ff1d5dea2.zip |
Update MD5 mention for long values.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 07dd956e2ef..2d46904eb32 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Wed Aug 10 15:29:42 EDT 2005</P> + <P>Last updated: Thu Aug 11 09:21:58 EDT 2005</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>) @@ -619,8 +619,8 @@ table?</TD><TD>unlimited</TD></TR> <P>One limitation is that indexes can not be created on columns longer than about 2,000 characters. Fortunately, such indexes are - rarely needed. Uniqueness is best guaranteed using another column - that is an MD5 hash of the long column, and full text indexing + rarely needed. Uniqueness is best guaranteed by a funtion index + of an MD5 hash of the long column, and full text indexing allows for searching of words within the column.</P> <H3><A name="4.5">4.5</A>) How much database disk space is required |