mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +03:00
Update FAQ.
This commit is contained in:
2
doc/FAQ
2
doc/FAQ
@ -643,7 +643,7 @@ Maximum size for a table? 64 TB on all operating systems
|
|||||||
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? 1600
|
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
|
||||||
|
@ -835,7 +835,7 @@ Maximum size for a table? 64 TB on all operating systems
|
|||||||
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? 1600
|
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
|
||||||
|
Reference in New Issue
Block a user