Thread: First beta release of pgScript

First beta release of pgScript

From
"Mickael Deloison"
Date:
Hi pgadmin hackers,

My Google Summer of Code project pgScript is going on pretty well. I
have just released a standalone beta version. As a reminder, my final
goal is to integrate pgScript into the Query Tool of pgAdmin and then
provide:
    * Control-of-flow language
    * Local variables
    * Random data generators

The website with the documentation: http://pgscript.projects.postgresql.org
The page for download: http://pgfoundry.org/frs/?group_id=1000371
    * pgScript-1.0-beta-1.exe : Windows binary file directly usable
    * pgScript-1.0-beta-1.tar.gz : Source, can be compiled with g++
(tested in Slackware and MinGW)

I hope I will get your feedbacks,
Mickael