]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Update AIX FAQ to show readline options more clearly.
authorBruce Momjian <bruce@momjian.us>
Wed, 5 Apr 2006 22:56:12 +0000 (22:56 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 5 Apr 2006 22:56:12 +0000 (22:56 +0000)
Backpatch FAQ's to 8.1.X.

17 files changed:
doc/FAQ
doc/FAQ_AIX
doc/FAQ_brazilian
doc/FAQ_czech
doc/FAQ_french
doc/FAQ_german
doc/FAQ_japanese
doc/FAQ_polish
doc/FAQ_turkish
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ_brazilian.html
doc/src/FAQ/FAQ_czech.html
doc/src/FAQ/FAQ_french.html
doc/src/FAQ/FAQ_german.html
doc/src/FAQ/FAQ_japanese.html
doc/src/FAQ/FAQ_polish.html
doc/src/FAQ/FAQ_turkish.html

diff --git a/doc/FAQ b/doc/FAQ
index 2c70d78fb966e447ebcb9f1986e6ef6594f33c25..3a37a89def83e2934b3e20d32735ee778cfd88a6 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Fri Feb 24 23:28:40 EST 2006
+   Last updated: Sun Apr 2 23:40:12 EDT 2006
    
    Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
    
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-1996 Regents of the University of
    California
    
    
    Maximum size for a database? unlimited (32 TB databases exist)
    Maximum size for a table? 32 TB
-   Maximum size for a row? 1.6TB
+   Maximum size for a row? 400 GB
    Maximum size for a field? 1 GB
    Maximum number of rows in a table? unlimited
    Maximum number of columns in a table? 250-1600 depending on column
    from the operating system. Large tables are stored as multiple 1 GB
    files so file system size limits are not important.
    
-   The maximum table size and maximum number of columns can be quadrupled
-   by increasing the default block size to 32k.
+   The maximum table size, row size, and maximum number of columns can be
+   quadrupled by increasing the default block size to 32k.
    
    One limitation is that indexes can not be created on columns longer
    than about 2,000 characters. Fortunately, such indexes are rarely
index db3776acad455c7c58defb1536e1e9557db3cde8..57fd24fd42ec5a094a7f991221ce8330e47723a8 100644 (file)
@@ -1,5 +1,5 @@
 From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
-$Date: 2006/03/01 22:25:36 $
+$Date: 2006/04/05 22:56:11 $
 
 On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
 (vac.C 5.0.1) passes all regression tests.  Other versions of OS and
@@ -129,14 +129,18 @@ for details about the problem.
 
 Working around the problem:
 ---------------------------
-1) Use the new 8.2devel backend Makefile:
+Try one of the following:
+
+o  Use the new 8.2devel backend Makefile:
+
 After the matter of readline's export list and the problems that were
 occurring on AIX because of it being linked to the backend, a filter
 to exclude unneeded libraries from being linked against the backend was
 added.  Get revision 1.112 of src/backend/Makefile from CVS and replace
 the copy that came with postgres with it.  Build normally.
 
-2) Use libedit:
+o  Use libedit
+
 There are a few libedit ports available online.  Build and install the
 desired port.  If libreadline.a can be found in /lib, /usr/lib, or in
 any location passed to postgres' configure via "--with-libraries=",
@@ -154,14 +158,16 @@ If the version of libedit used calls its "history.h" something other
 than history.h, place a symlink called history.h to it somewhere that
 the C preprocessor will check.
 
-3) Configure with "--without-readline":
+o  Configure with "--without-readline"
+
 postgres can be configured with the option "--without-readline".  When
 this is enabled, postgres will not link against libreadline or libedit.
 psql will not have history, tab completion, or any of the other niceties
 that readline and libedit bring, but external readline wrappers exist
 that add that functionality.
 
-4) Use readline 5.0:
+o  Use readline 5.0
+
 Readline 5.0 does not induce the problems, however it does export
 memcpy and strncpy when built using the easy method of "-bexpall".  Like
 4.3, it is possible to do a build that does not export these symbols,
index 45297e30592686ca4db6230355f754dccbc2ce41..0f8ddf1925d8537576d9ed030d3ece3eb315654c 100644 (file)
    
    PostgreSQL Sistema de Gerência de Banco de Dados
    
-   Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-6 Regents of the University of California
    
    Permissão de uso, cópia, modificação e distribuição desse software e
index 1a2b33cb687fb64b971d8ef1d137235266ab0ccf..441ef1213af1952f809c66ea9d0b2b7763fdf2ce 100644 (file)
     
    PostgreSQL je pøedmìtem následujících autorských práv:
    
-   Dílèí Copyright (c) 1996-2005, PostgreSQL Global Development Group
+   Dílèí Copyright (c) 1996-2006, PostgreSQL Global Development Group
    Dílèí Copyright (c) 1994-6, Regents of the University of California
    
    Udìluje se oprávnìní k u¾ití, rozmno¾ování, provádìní úprav a
index 1b224e877cab440d3b4dc9c0136a0c764ee82e63..69a9da824245fcd5ab6be0fdb3465a73fe59def4 100644 (file)
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-6 Regents of the University of California
    
    Permission to use, copy, modify, and distribute this software and its
index a650444dcf18cc5fde6c4b69594056d628896613..6f70c9d1d2214dcc49625e0d6e268bc70c056caa 100644 (file)
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-6 Regents of the University of California
    
    Permission to use, copy, modify, and distribute this software and its
index 173a3acf9253ad9e72284066d3a694c2fcb065a1..1d76f9e87ec34d7ffbc4f8bb96d7e01260ecd648 100644 (file)
@@ -140,7 +140,7 @@ PostgreSQL
 
 PostgreSQL Data Base Management System
 
-Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group Portions
+Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group Portions
 Copyright (c) 1994-1996 Regents of the University of California
 
 Permission to use, copy, modify, and distribute this software and its
index b2be9d9bf686b60166c31c38a3cf423a5e551ce2..3f7ee4c227dfc28a885b721ff2db80899f45e46f 100644 (file)
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-6 Regents of the University of California
    
    Permission to use, copy, modify, and distribute this software and its
index 50634d0573b1ad96813f7908f2b0ce08c064589d..9ebc5a39a600db2300c931f72657079f7cae7e5c 100644 (file)
     
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-6 Regents of the University of California
    
    Permission to use, copy, modify, and distribute this software and its
index 4fd3016986bf2e4e05b604d5da1360cc9f442dba..e382d0cb11b4c5afa19d8330f092c7fd75534b65 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
 
-    <P>Last updated: Fri Feb 24 23:28:40 EST 2006</P>
+    <P>Last updated: Sun Apr  2 23:40:12 EDT 2006</P>
 
     <P>Current maintainer: Bruce Momjian (<A href=
     "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
 
     <P>PostgreSQL Data Base Management System</P>
 
-    <P>Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-1996 Regents of the University of California</P>
 
     <P>Permission to use, copy, modify, and distribute this software
 <TR><TD>Maximum size for a database?</TD><TD>unlimited (32 TB databases
 exist)</TD></TR>
 <TR><TD>Maximum size for a table?</TD><TD>32 TB</TD></TR>
-<TR><TD>Maximum size for a row?</TD><TD>1.6TB</TD></TR>
+<TR><TD>Maximum size for a row?</TD><TD>400 GB</TD></TR>
 <TR><TD>Maximum size for a field?</TD><TD>1 GB</TD></TR>
 <TR><TD>Maximum number of rows in a table?</TD><TD>unlimited</TD></TR>
 <TR><TD>Maximum number of columns in a table?</TD><TD>250-1600 depending
@@ -673,8 +673,8 @@ table?</TD><TD>unlimited</TD></TR>
     multiple 1 GB files so file system size limits are not
     important.</P>
 
-    <P>The maximum table size and maximum number of columns can be
-    quadrupled by increasing the default block size to 32k.</P>
+    <P>The maximum table size, row size, and maximum number of columns
+    can be quadrupled by increasing the default block size to 32k.</P>
 
     <P>One limitation is that indexes can not be created on columns
     longer than about 2,000 characters. Fortunately, such indexes are
index 3cd1493f01c5db81fa1d16149028494b455d7822..214eec3407844fc9d78412a1ecdd6a4c1c01aaea 100644 (file)
 
     <P>PostgreSQL Sistema de Ger&ecirc;ncia de Banco de Dados</P>
 
-    <P>Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-6 Regents of the University of California</P>
 
     <P>Permiss&atilde;o de uso, c&oacute;pia, modifica&ccedil;&atilde;o
index c69f97ecb647fe7d8491893b59044fdaa0604033..9eea7cee0eab22c5846b83b81ca26977c52d9cdf 100644 (file)
 
    <P>PostgreSQL je pøedmìtem následujících autorských práv:</P>
 
-   <P>Dílèí Copyright (c) 1996-2005, PostgreSQL Global Development Group
+   <P>Dílèí Copyright (c) 1996-2006, PostgreSQL Global Development Group
    Dílèí Copyright (c) 1994-6, Regents of the University of California</P>
 
    <P>Udìluje se oprávnìní k u¾ití, rozmno¾ování, provádìní úprav a
index 6764c28c229cdec7b1c5e19380dfc99340697672..d34953b52226cb0f0e52873f220f72de88d4353d 100644 (file)
 
     <P>PostgreSQL Data Base Management System</P>
 
-    <P>Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-6 Regents of the University of California</P>
 
     <P>Permission to use, copy, modify, and distribute this software
index a15fb5f9ecdb78b26353b56a3a3c29a3c63cc4cb..c5a865d879275b28a03f4f52cd3ca03715aa7f6a 100644 (file)
@@ -161,7 +161,7 @@ href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>).</p>
 
     <p>PostgreSQL Data Base Management System</p>
 
-    <P>Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-6 Regents of the University of California</P>
 
     <p>Permission to use, copy, modify, and distribute this software
index e00eb0d647e801299de1b8fb05ff58b16da1ff4a..f4205dde397cbc6539b4379caaf4718747870ae4 100644 (file)
@@ -158,7 +158,7 @@ href="mailto:juk at PostgreSQL.jp">juk at PostgreSQL.jp</a>)<br /></p>
     </pre></small>
     <p>PostgreSQL Data Base Management System</p>
     <p>
-    Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+    Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-1996 Regents of the University of California</p>
     <p>
     Permission to use, copy, modify, and distribute this software and its
index f61e6feb91527ffd6c4db1a239940383fae538ea..c7387c39de958434ecd064659d020a8e61e9869f 100644 (file)
 
     <P>PostgreSQL Data Base Management System</P>
 
-    <P>Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-6 Regents of the University of California</P>
 
     <P>Permission to use, copy, modify, and distribute this software
index ac31a57ab76f666981e557a893d0b1c0c5b6e439..41f90ba494745912e2bf7da488ef34168892e9d9 100644 (file)
@@ -159,7 +159,7 @@ adreslerinde g
                <h4><a name="1.2">1.2</a>) PostgreSQL'in haklarý nedir?</h4>
                <p>PostgreSQL Data Base Management System</p>
 
-                <P>Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+                <P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
                 Portions Copyright (c) 1994-6 Regents of the University of California</P>
 
                <p>Permission to use, copy, modify, and distribute this software