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
e383e411
Commit
e383e411
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update FAQ.
parent
d1e77ecf
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
+9
-10
9 additions, 10 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+12
-11
12 additions, 11 deletions
doc/src/FAQ/FAQ.html
with
21 additions
and
21 deletions
doc/FAQ
+
9
−
10
View file @
e383e411
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Wed Dec 5 00:3
3:46
EST 2001
Last updated: Wed Dec 5 00:3
8:51
EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -374,9 +374,8 @@
...
@@ -374,9 +374,8 @@
monthly and one-time expenses that are required to keep it going. If
monthly and one-time expenses that are required to keep it going. If
you or your company has money it can donate to help fund this effort,
you or your company has money it can donate to help fund this effort,
please go to the following URL and make a donation:
please go to the following URL and make a donation:
http://www.pgsql.com/pg_goodies
http://www.pgsql.com/pg_goodies
Although the web page mentions PostgreSQL, Inc, the "contributions"
Although the web page mentions PostgreSQL, Inc, the "contributions"
item is solely to support the PostgreSQL project and does not fund any
item is solely to support the PostgreSQL project and does not fund any
specific company. If you prefer, you can also send a check to the
specific company. If you prefer, you can also send a check to the
...
@@ -655,13 +654,13 @@
...
@@ -655,13 +654,13 @@
4.6) What is the maximum size for a row, table, database?
4.6) What is the maximum size for a row, table, database?
These are the limits:
These are the limits:
Maximum size for a database? unlimited (60GB databases exist)
Maximum size for a database? unlimited (60GB databases exist)
Maximum size for a table? 16 TB
Maximum size for a table? 16 TB
Maximum size for a row? unlimited in 7.1 and later
Maximum size for a row? unlimited in 7.1 and later
Maximum size for a field? 1GB in 7.1 and later
Maximum size for a field? 1GB in 7.1 and later
Maximum number of rows in a table? unlimited
Maximum number of rows in a table? unlimited
Maximum number of columns in a table? 250-1600 depending on column types
Maximum number of columns in a table? 250-1600 depending on column types
Maximum number of indexes on a table? unlimited
Maximum number of indexes on a table? unlimited
Of course, these are not actually unlimited, but limited to available
Of course, these are not actually unlimited, but limited to available
disk space and memory/swap space. Performance may suffer when these
disk space and memory/swap space. Performance may suffer when these
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
12
−
11
View file @
e383e411
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> -->
<HTML>
<HTML>
<HEAD>
<HEAD>
...
@@ -12,7 +11,7 @@
...
@@ -12,7 +11,7 @@
alink=
"#0000FF"
>
alink=
"#0000FF"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated: Wed Dec 5 00:3
3:46
EST 2001
</P>
<P>
Last updated: Wed Dec 5 00:3
8:51
EST 2001
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
@@ -485,8 +484,10 @@
...
@@ -485,8 +484,10 @@
you or your company has money it can donate to help fund this effort,
you or your company has money it can donate to help fund this effort,
please go to the following URL and make a donation:
please go to the following URL and make a donation:
<UL>
<P><a
href=
"http://www.pgsql.com/pg_goodies"
>
http://www.pgsql.com/pg_goodies
</a>
<P><a
href=
"http://www.pgsql.com/pg_goodies"
>
http://www.pgsql.com/pg_goodies
</a>
</UL>
<P>
Although the web page mentions PostgreSQL, Inc, the "contributions" item
<P>
Although the web page mentions PostgreSQL, Inc, the "contributions" item
is solely to support the PostgreSQL project and does not fund any
is solely to support the PostgreSQL project and does not fund any
specific company. If you prefer, you can also send a check to the
specific company. If you prefer, you can also send a check to the
...
@@ -846,13 +847,13 @@
...
@@ -846,13 +847,13 @@
<P>
These are the limits:
</P>
<P>
These are the limits:
</P>
<PRE>
<PRE>
Maximum size for a database? unlimited (60GB databases exist)
Maximum size for a database? unlimited (60GB databases exist)
Maximum size for a table? 16 TB
Maximum size for a table? 16 TB
Maximum size for a row? unlimited in 7.1 and later
Maximum size for a row? unlimited in 7.1 and later
Maximum size for a field? 1GB in 7.1 and later
Maximum size for a field? 1GB in 7.1 and later
Maximum number of rows in a table? unlimited
Maximum number of rows in a table? unlimited
Maximum number of columns in a table? 250-1600 depending on column types
Maximum number of columns in a table? 250-1600 depending on column types
Maximum number of indexes on a table? unlimited
Maximum number of indexes on a table? unlimited
</PRE>
</PRE>
Of course, these are not actually unlimited, but limited to
Of course, these are not actually unlimited, but limited to
available disk space and memory/swap space. Performance may suffer
available disk space and memory/swap space. Performance may suffer
...
@@ -1297,7 +1298,7 @@ BYTEA bytea variable-length byte array (null-safe)
...
@@ -1297,7 +1298,7 @@ BYTEA bytea variable-length byte array (null-safe)
</PRE>
</PRE>
<H4><A
href=
"#4.25"
>
4.25
</A>
) How do I perform queries
<H4><A
href=
"#4.25"
>
4.25
</A>
) How do I perform queries
using multiple databases?
<H4>
using multiple databases?
<
/
H4>
<P>
There is no way to query any database except the current one.
<P>
There is no way to query any database except the current one.
Because PostgreSQL loads database-specific system catalogs, it is
Because PostgreSQL loads database-specific system catalogs, it is
...
...
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