del net-oscar
[learning-git.git] / pgworksheet_yvesf / doc / README
blob557792e22b3bdfacbe4dd4a1ec632d239771809b
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:
20     * FreeBSD
21     * Linux Ubuntu 
22     * Linux Fedora
23     * Linux Mandriva
24     * Microsoft Windows XP
26 == Depencies ==
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)
35 == Installation ==
36 Please refers to http://pgworksheet.projects.postgresql.org/install.html for installation instructions.