1 THIS IS A MODIFIED VERSION; some code might be very experimental
3 Contact, Yves Fischer yvesf[at]xapek org
11 == General Informations ==
13 PgWorksheet is a simple GUI frontend to PostgreSQL
14 for executing SQL queries without using the psql command line tool.
16 More informations on : http://pgworksheet.projects.postgresql.org/
18 == Operating systems ==
19 PgWorksheet is certified to run on the following operating systems:
24 * Microsoft Windows XP
27 PgWorksheet requires the following softwares to run :
28 * Python 2.4 or better
29 * Python GTK+ 2.6 or better
30 * that requires GTK+ 2.6 or better
31 * pyPgSQL 2.4 or better
32 * http://people.rpath.com/~gafton/pgsql/
33 * mxDateTime (required by pyPgSQL)
36 Please refers to http://pgworksheet.projects.postgresql.org/install.html for installation instructions.