[Modeling-cvs] ProjectModeling/Modeling/doc/UserGuide EnvironmentVariables.tex,1.7,1.8
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-07-04 17:01:41
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide
In directory sc8-pr-cvs1:/tmp/cvs-serv26602/Modeling/doc/UserGuide
Modified Files:
EnvironmentVariables.tex
Log Message:
longtableiii can cross page boundary
Index: EnvironmentVariables.tex
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide/EnvironmentVariables.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** EnvironmentVariables.tex 28 Jun 2003 15:42:20 -0000 1.7
--- EnvironmentVariables.tex 4 Jul 2003 17:01:38 -0000 1.8
***************
*** 3,7 ****
\section{Core\label{env-vars-core}}
! \begin{tableiii}{p{1cm}p{11cm}|p{3cm}}{code}{Name}{Description}{Possible values}
\lineiii{MDL_DB_CONNECTIONS_CFG}{}{}
\lineiii{}{It happens that a model can be written in different places:
--- 3,7 ----
\section{Core\label{env-vars-core}}
! \begin{longtableiii}{p{1cm}p{11cm}|p{3cm}}{code}{Name}{Description}{Possible values}
\lineiii{MDL_DB_CONNECTIONS_CFG}{}{}
\lineiii{}{It happens that a model can be written in different places:
***************
*** 19,25 ****
--- 19,27 ----
\file{/full/path/to/db_conn_dicts.cfg}, in a dedicated section for each
model, like this:\newline
+ \newline
\hspace*{1cm}\code{[<ModelName>]}\newline
\hspace*{1cm}\code{user: <username>}\newline
\hspace*{1cm}\code{password: <passwd>}\newline
+ \newline
Then, simply assign to the env. variable \code{MDL_DB_CONNECTIONS_CFG}
the full path to your \file{db_conn_dicts.cfg}, and your models'
***************
*** 42,46 ****
\hline
!
\lineiii{MDL_PERMANENT_DB_CONNECTION}{}{}
\lineiii{}{By default, the database connection is closed each time the last
--- 44,48 ----
\hline
! \newpage
\lineiii{MDL_PERMANENT_DB_CONNECTION}{}{}
\lineiii{}{By default, the database connection is closed each time the last
***************
*** 59,68 ****
\url{http://lists.initd.org/pipermail/psycopg/2003-March/001885.html}.
}{e.g. '1', 'YES' (plus the empty string for de-activation)}
! \end{tableiii}
\section{Postgresql specific\label{env-vars-postgresql}}
!
! \begin{tableiii}{p{1cm}p{11cm}|p{3cm}}{code}{Name}{Description}{Possible values}
\lineiii{MDL_PREFERRED_PYTHON_POSTGRESQL_ADAPTOR}{}{}
\lineiii{}{By default, the Postgresql Adaptor Layer uses the first module
--- 61,69 ----
\url{http://lists.initd.org/pipermail/psycopg/2003-March/001885.html}.
}{e.g. '1', 'YES' (plus the empty string for de-activation)}
! \end{longtableiii}
\section{Postgresql specific\label{env-vars-postgresql}}
! \begin{longtableiii}{p{1cm}p{11cm}|p{3cm}}{code}{Name}{Description}{Possible values}
\lineiii{MDL_PREFERRED_PYTHON_POSTGRESQL_ADAPTOR}{}{}
\lineiii{}{By default, the Postgresql Adaptor Layer uses the first module
***************
*** 91,94 ****
{\code{'7.2'} (default), \code{'7.3'}}
\hline
! \end{tableiii}\label{tab:env-vars-core}
--- 92,95 ----
{\code{'7.2'} (default), \code{'7.3'}}
\hline
! \end{longtableiii}\label{tab:env-vars-core}
|