Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite8b842b

Browse files
committed
Update MD5 mention for long values.
1 parent6a60357 commite8b842b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎doc/FAQ

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Wed Aug10 15:29:42 EDT 2005
4+
Last updated:Thu Aug11 09:21:58 EDT 2005
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -474,9 +474,9 @@
474474

475475
One limitation is that indexes can not be created on columns longer
476476
than about 2,000 characters. Fortunately, such indexes are rarely
477-
needed. Uniqueness is best guaranteedusing another column that is an
478-
MD5hash of the long column, and full text indexing allows for
479-
searchingof words within the column.
477+
needed. Uniqueness is best guaranteedby a funtion index of an MD5
478+
hash of the long column, and full text indexing allows for searching
479+
of words within the column.
480480

481481
4.5) How much database disk space is required to store data from a typical
482482
text file?

‎doc/src/FAQ/FAQ.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated:Wed Aug10 15:29:42 EDT 2005</P>
13+
<P>Last updated:Thu Aug11 09:21:58 EDT 2005</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -619,8 +619,8 @@ <H3><A name="4.4">4.4</A>) What is the maximum size for a row, a
619619

620620
<P>One limitation is that indexes can not be created on columns
621621
longer than about 2,000 characters. Fortunately, such indexes are
622-
rarely needed. Uniqueness is best guaranteedusing another column
623-
that is an MD5 hash of the long column, and full text indexing
622+
rarely needed. Uniqueness is best guaranteedby a funtion index
623+
of an MD5 hash of the long column, and full text indexing
624624
allows for searching of words within the column.</P>
625625

626626
<H3><Aname="4.5">4.5</A>) How much database disk space is required

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp