pgscript - pgScript: Added documentation and man page

From: pgunittest(at)pgfoundry(dot)org (User Pgunittest)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgscript - pgScript: Added documentation and man page
Date: 2008-06-29 11:37:36
Message-ID: 20080629113736.6829D17AE71F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Added documentation and man page

Modified Files:
--------------
pgScript/src:
Makefile.am (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/src/Makefile.am.diff?r1=1.1&r2=1.2)
pgsMain.cpp (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/src/pgsMain.cpp.diff?r1=1.1&r2=1.2)
pgScript/lib/include/pgscript:
parser.tab.hh (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/lib/include/pgscript/parser.tab.hh.diff?r1=1.1&r2=1.2)
pgScript/test:
pgsTestSuite.cpp (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/test/pgsTestSuite.cpp.diff?r1=1.1&r2=1.2)
pgScript:
configure.ac (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/configure.ac.diff?r1=1.1&r2=1.2)
README (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/README.diff?r1=1.1&r2=1.2)
autofind.sh (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/autofind.sh.diff?r1=1.1&r2=1.2)
Makefile.am (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/Makefile.am.diff?r1=1.1&r2=1.2)
pgScript/files/tests/sources:
generators.sql.pgs (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/files/tests/sources/generators.sql.pgs.diff?r1=1.1&r2=1.2)
pgScript/files/inputs:
test.pgs (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/files/inputs/test.pgs.diff?r1=1.1&r2=1.2)
pgScript/lib/pgscript/expressions:
pgsExecute.cpp (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/lib/pgscript/expressions/pgsExecute.cpp.diff?r1=1.1&r2=1.2)
pgScript/lib/pgscript:
parser.tab.cc (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/lib/pgscript/parser.tab.cc.diff?r1=1.1&r2=1.2)
pgsParser.yy (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/lib/pgscript/pgsParser.yy.diff?r1=1.1&r2=1.2)
lex.pgs.cc (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/lib/pgscript/lex.pgs.cc.diff?r1=1.1&r2=1.2)

Added Files:
-----------
pgScript/src:
pgScript.1 (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/src/pgScript.1?rev=1.1&content-type=text/x-cvsweb-markup)
pgScript/doc:
DEVELOPERS.xml (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/DEVELOPERS.xml?rev=1.1&content-type=text/x-cvsweb-markup)
INDEX.xml (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/INDEX.xml?rev=1.1&content-type=text/x-cvsweb-markup)
INSTALL.xml (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/INSTALL.xml?rev=1.1&content-type=text/x-cvsweb-markup)
generate.sh (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/generate.sh?rev=1.1&content-type=text/x-cvsweb-markup)
SCRIPT.html (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/SCRIPT.html?rev=1.1&content-type=text/x-cvsweb-markup)
SCRIPT.xml (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/SCRIPT.xml?rev=1.1&content-type=text/x-cvsweb-markup)
Makefile.in (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/Makefile.in?rev=1.1&content-type=text/x-cvsweb-markup)
DEVELOPERS.html (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/DEVELOPERS.html?rev=1.1&content-type=text/x-cvsweb-markup)
Makefile (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
Makefile.am (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/Makefile.am?rev=1.1&content-type=text/x-cvsweb-markup)
README (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/README?rev=1.1&content-type=text/x-cvsweb-markup)
INDEX.html (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/INDEX.html?rev=1.1&content-type=text/x-cvsweb-markup)
docbook.css (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/docbook.css?rev=1.1&content-type=text/x-cvsweb-markup)
USAGE.html (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/USAGE.html?rev=1.1&content-type=text/x-cvsweb-markup)
USAGE.xml (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/USAGE.xml?rev=1.1&content-type=text/x-cvsweb-markup)
INSTALL.html (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/doc/INSTALL.html?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Pgunittest 2008-06-29 11:39:31 pgscript - pgScript: Added cvsignore for documentation
Previous Message User Andrewd 2008-06-28 21:59:03 pgbuildfarm - client-code: remove XP_EXIT_FIX hack that never worked