First beta release of pgScript - Mailing list pgadmin-hackers

From Mickael Deloison
Subject First beta release of pgScript
Date
Msg-id 1f8f052b0807041535q4dc0f0edlcd79d06d55bcbb94@mail.gmail.com
Whole thread Raw
List pgadmin-hackers
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

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7390 - in branches/REL-1_8_0_EDB/pgadmin3: . pgadmin/db
Next
From: Guillaume Lelarge
Date:
Subject: Re: Enabling SQL text field in the SQL tab of object dialog