Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/HomePage
In directory sc8-pr-cvs1:/tmp/cvs-serv17877/doc/HomePage
Modified Files:
quick_overview.tex
Log Message:
Fixed a shell cmd for db-schema generation, based on a remark by Lukasz Lakomy. Thanks!
Index: quick_overview.tex
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/HomePage/quick_overview.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** quick_overview.tex 6 Sep 2003 11:56:08 -0000 1.2
--- quick_overview.tex 11 Nov 2003 22:25:05 -0000 1.3
***************
*** 145,149 ****
Or create the database directly:
\begin{verbatim}
! shell> mdl_generate_DB_schema.py -c -C --admin-dsn="localhost:template1:postgres:" sample_pymodel.py
\end{verbatim}
--- 145,149 ----
Or create the database directly:
\begin{verbatim}
! shell> mdl_generate_DB_schema.py -C --admin-dsn="localhost:template1:postgres:" sample_pymodel.py
\end{verbatim}
|