Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
e8b842b9
Commit
e8b842b9
authored
19 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update MD5 mention for long values.
parent
6a603575
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+4
-4
4 additions, 4 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+3
-3
3 additions, 3 deletions
doc/src/FAQ/FAQ.html
with
7 additions
and
7 deletions
doc/FAQ
+
4
−
4
View file @
e8b842b9
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Wed
Aug 1
0 15:29:42
EDT 2005
Last updated:
Thu
Aug 1
1 09:21:58
EDT 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -474,9 +474,9 @@
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 allows for
searching
of words within the column.
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.
4.5) How much database disk space is required to store data from a typical
text file?
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
3
−
3
View file @
e8b842b9
...
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Wed
Aug 1
0 15:29:42
EDT 2005
</P>
<P>
Last updated:
Thu
Aug 1
1 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment