? external_projects.diff Index: external-projects.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/external-projects.sgml,v retrieving revision 1.10 diff -r1.10 external-projects.sgml 4c4 < External Projects --- > PgFoundry and External Projects 10,17c10,20 < efficiently developed separately from the core project. Separate < projects can < have their own developer teams, email lists, bug tracking, < and release schedules. While their independence makes < development easier, it makes users' jobs harder. They have to hunt < around looking for database enhancements to meet their needs. < This section describes some of the more popular externally < developed enhancements and guides you on how to find them. --- > efficiently developed separately from the core project. To help our > community with the development process of their external projects > we have created PgFoundry. > > > > Pgfoundry utlizes the Gforg > software and is similar to SourceForge in its feature set. If you have an > Open Source project that you would like to develop and need project mangement > resources including, mailing lists, forums and cvs please feel free to create > a new project. 21,26c24,29 < Many PostgreSQL-related projects are < hosted at either < GBorg < or pgFoundry. < There are other PostgreSQL-related projects that are hosted < elsewhere, but you will have to do an Internet search to find them. --- > Secondly, many PostgreSQL-related projects are > hosted at either pgFoundry > or GBorg (although > Gbord is considered deprecated). There are other PostgreSQL > noteable related projects that are hosted elsewhere. However, you will also want to > do an Internet search to find others. 55c58 < applications. --- > applications. Website. 61c64 < pgjdbc --- > ODBCng 64c67,68 < A JDBC interface. --- > Another ODBC driver for PostgreSQL. > Website. 70,80c74 < Npgsql < < < .Net interface for more recent < Windows applications. < < < < < < libpqxx --- > pgjdbc 83c77,78 < A newer C++ interface. --- > A JDBC interface. > Website. 89c84 < libpq++ --- > Npgsql 92c87,89 < An older C++ interface. --- > .Net interface for more recent > mono/C# applications. > Website. 98c95 < pgperl --- > libpqxx 101,102c98,99 < A Perl interface with an API similar < to libpq. --- > A newer C++ interface. > Website. 108c105 < DBD-Pg --- > DBD::Pg 111,112c108,109 < A Perl interface that uses the < DBD-standard API. --- > A Perl DBI driver for PostgreSQL. > Website. 121a119 > Website. 127c125 < pgtcl --- > Pyscopg 130c128 < The original version of the Tcl interface. --- > A Python interface librar that is DB API 2.0 compliant. 134,143d131 < < < PyGreSQL < < < A Python interface library. < < < < 145,148d132 < < All of these can be found at < GBorg < or pgFoundry.