Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/HomePage
In directory sc8-pr-cvs1:/tmp/cvs-serv17893/doc/HomePage
Modified Files:
main.tex
Log Message:
Added DB-server versions
Index: main.tex
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/HomePage/main.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** main.tex 6 May 2003 13:52:01 -0000 1.13
--- main.tex 27 May 2003 19:03:47 -0000 1.14
***************
*** 100,104 ****
\begin{description}
! \item[Postgresql] python adaptors:
\begin{rawhtml}
<a href="http://initd.org/software/initd/psycopg">psycopg</a>
--- 100,108 ----
\begin{description}
! \item[Postgresql] versions 7.2 and 7.3 (see \begin{rawhtml}
! <a href="http://modeling.sourceforge.net/UserGuide/env-vars-postgresql.html">Postgresql specificities</a>\end{rawhtml} in the User's Guide if you're using v7.3).
!
!
! Supported python adaptors:
\begin{rawhtml}
<a href="http://initd.org/software/initd/psycopg">psycopg</a>
***************
*** 108,114 ****
\end{rawhtml} or
\begin{rawhtml}
! <a href="http://pypgsql.sourceforge.net">PyGreSQL</a>
\end{rawhtml}
! \item[MySQL] python adaptor:
\begin{rawhtml}
<a href="http://sourceforge.net/projects/mysql-python">MySQL</a>
--- 112,122 ----
\end{rawhtml} or
\begin{rawhtml}
! <a href="http://pypgsql.sourceforge.net">PyPgSQL</a>
\end{rawhtml}
!
! \item[MySQL] tested with v3.23.52
!
!
! Supported python adaptor:
\begin{rawhtml}
<a href="http://sourceforge.net/projects/mysql-python">MySQL</a>
|