Scarab commit: svn commit: r10336 - trunk/xdocs/databases/postgresql.xml
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ptillemans Date: 2006-11-07 18:12:59-0800 New Revision: 10336 Modified: trunk/xdocs/databases/postgresql.xml Log: elaborated documentation about postgresql: - 8.1.5 as tested version - made mention of the type casting workaround. Modified: trunk/xdocs/databases/postgresql.xml Url: http://scarab.tigris.org/source/browse/scarab/trunk/xdocs/databases/postgresql.xml?view=diff&rev=10336&p1=trunk/xdocs/databases/postgresql.xml&p2=trunk/xdocs/databases/postgresql.xml&r1=10335&r2=10336 ============================================================================== --- trunk/xdocs/databases/postgresql.xml (original) +++ trunk/xdocs/databases/postgresql.xml 2006-11-07 18:12:59-0800 @@ -5,7 +5,7 @@ <section name="Postgresql"> <p> -Scarab has been tested on at least postgresql 7.3.4 on Linux and postgresql 8.0.1 on Windows. +Scarab has been tested on at least postgresql 7.3.4, 7.4.5, 8.1.5 on Linux and postgresql 8.0.1 on Windows. </p> <ol> <li> @@ -131,6 +131,10 @@ scarab.database.password=[INSERT_PASSWORD_HERE]<br></br> </source></p> </li> + <li> + <p>Read carefully step 5a in the INSTALL file to enable a workaround around a postgresql- + vs torque3.2 incompatibility.</p> + </li> </ol> </section> </body></document> \ No newline at end of file