From ce19a893fb72eedae90d34712b36808a283fad3f Mon Sep 17 00:00:00 2001 From: wainstead Date: Tue, 11 Jul 2000 02:57:05 +0000 Subject: [PATCH] Added comment about Postgresql's 8K limit per row. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@155 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- INSTALL.pgsql | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/INSTALL.pgsql b/INSTALL.pgsql index 94c6e2469..0e0c0e2bf 100644 --- a/INSTALL.pgsql +++ b/INSTALL.pgsql @@ -1,4 +1,4 @@ -$Id: INSTALL.pgsql,v 1.3 2000-06-23 02:54:50 wainstead Exp $ +$Id: INSTALL.pgsql,v 1.4 2000-07-11 02:57:05 wainstead Exp $ These instructions are not quite complete yet. If you find something I missed, please let me know (swain@panix.com). @@ -13,6 +13,11 @@ Postgresql RPM and edit your Apache httpd.conf file, and uncomment the lines for all PHP files (and add index.php3 to the list of directory files while you're at it! :-) +Also note that Postgresql by default has a hard limit of 8K per +row. This is a Really Bad Thing. You can change that when you compile +Postgresql to allow 32K per row, but supposedly performance +suffers. The 7.x release of Postgresql is supposed to fix this. + It's probably a good idea to install PhpWiki as-is first, running it off the DBM file. This way you can test most of the functionality of the Wiki. -- 2.45.0