PostgreSQL (47)

Categories:

Featured Links:

http://www.postgresql.org/
Editor's Pick PostgreSQL Open in a new browser window Editor's Pick
   Sophisticated open-source Object-Relational DBMS supporting almost all SQL constructs, including subselects, transactions, and user-defined types and functions. Completely free database
   http://www.postgresql.org/

Regular Links:

http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=11
A Review by Paragon Corporation Open in a new browser window
   Article that focuses on features that make PostgreSQL different from most relational database management systems.
   http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=11
http://databases.about.com/od/postgresingres/Postgres_and_Ingres_Databases.htm
About.com on Postgres Open in a new browser window
   Provides feature articles, net links, forum discussions and a chat room.
   http://databases.about.com/od/postgresingres/Postgres_and_Ingres_Databases.htm
http://www.phpbuilder.com/columns/tim20001112.php3
Databases: As The Tables Turn Open in a new browser window
   Tim Perdue article about porting sourceforge code from MySQL to PostreSQL.
   http://www.phpbuilder.com/columns/tim20001112.php3
http://www.mentattech.com/themes/mentat/dreamcoder/postgresql/index.html
DreamCoder Open in a new browser window
   GUI development environment that includes a debugger and a code generator. By Mentat Technologies. [Commercial]
   http://www.mentattech.com/themes/mentat/dreamcoder/postgresql/index.html
http://www.omegahat.org/RSPostgres/
Embedding R in Postgres Open in a new browser window
   The REmbeddedPostgres package allows you to embed the R interpreter in Postgres and use R functions as if they were built-in SQL functions.
   http://www.omegahat.org/RSPostgres/
http://www.osmosislatina.com/postgres/index.htm
Guide to Version 7.x Development and Configuration Open in a new browser window
   A side by side comparison to Oracle 8i that can also be read as a stand alone document.
   http://www.osmosislatina.com/postgres/index.htm
http://www.microolap.com/products/database/pgisql/
Interactive SQL Open in a new browser window
   GUI tool for creating SQL queries and managing PostgreSQL databases [commercial].
   http://www.microolap.com/products/database/pgisql/
http://mp2p.mikekohn.net/
MySQL PHP to PostgresSQL Open in a new browser window
   A program that takes a php page that uses mysql calls and changes them into Postgres calls.
   http://mp2p.mikekohn.net/
http://psql.sourceforge.net/
Native PostgreSQL Frontend for Windows Open in a new browser window
   Client applications for Windows including native SQL terminal and backup tools, psql and pg_dump, for executing SQL scripts and accessing PostgreSQL servers remotely.
   http://psql.sourceforge.net/
http://pgsql.navicat.com
Navicat Open in a new browser window
   This client tool enables users to manage multiple databases on local or remote servers easily. This is available for Windows and Mac OS X. (Important: this is not the tool from www.navicat.com)
   http://pgsql.navicat.com
http://www.nusphere.com/products/ultrasql.htm
NuSphere UltraSQL Open in a new browser window
   NuSphere UltraSQL is a native Windows port of popular PostgreSQL database. [Commercial]
   http://www.nusphere.com/products/ultrasql.htm
http://alain.frisch.fr/soft#xpath
OCaml Open in a new browser window
   OCaml bindings that allow access to Postgres from the OCaml programming language. [Open Source, LGPL]
   http://alain.frisch.fr/soft#xpath
http://dirk.eddelbuettel.com/code/octave-pg.html
Octave-pg Open in a new browser window
   Octave modules to access PostgreSQL.
   http://dirk.eddelbuettel.com/code/octave-pg.html
http://openacs.org/forums/message-view?message_id=17231
Oracle v. Postgres Open in a new browser window
   Forum discussion comparing Oracle and Postgres.
   http://openacs.org/forums/message-view?message_id=17231
http://www.rfc1149.net/devel/pgada.html
PGAda Open in a new browser window
   PostGreSQL bindings for Ada
   http://www.rfc1149.net/devel/pgada.html
http://gborg.postgresql.org/project/pgcup/projdisplay.php
PGCup Open in a new browser window
   PGCup is a simple Java PostgreSQL administration tool. Currently under development and seeking volunteers. [Berkeley/BSD].
   http://gborg.postgresql.org/project/pgcup/projdisplay.php
http://www.pgexplorer.com/
PGExplorer Open in a new browser window
   A GUI development tool for the Postgres Database Server is persented with screenshot, FAQ, download and costs. [Commercial].
   http://www.pgexplorer.com/
http://plj.codehaus.org/
PL-J Open in a new browser window
   A stored procedure platform that provides Java and other object oriented language integration.
   http://plj.codehaus.org/
http://www.revsys.com/writings/postgresql-performance.html
Performance Tuning PostgreSQL Open in a new browser window
   This article aims to help demystify PostgreSQL database performance tuning.
   http://www.revsys.com/writings/postgresql-performance.html
http://phppgadmin.sourceforge.net/
PhpPgAdmin Open in a new browser window
   Feature list and downloads for a web-based administration tool.[Open Source, GPL]
   http://phppgadmin.sourceforge.net/
http://postgis.refractions.net/
PostGIS: Geographic objects for PostgreSQL Open in a new browser window
   Spatially enables the server, allowing it to be used as a backend spatial database for geographic information systems (GIS).
   http://postgis.refractions.net/
http://www.rbt.ca/autodoc/
PostgreSQL Autodoc Open in a new browser window
   Automated creation of PostgreSQL documentation in Dia, Docbook, HTML, and GraphViz formats.
   http://www.rbt.ca/autodoc/
http://www.pgsql.com/
PostgreSQL Inc. Open in a new browser window
   Commercial support for the object-relational database management system, PostgreSQL, as well as full database hosting.
   http://www.pgsql.com/
http://www.pgsqlmanager.com/
PostgreSQL Manager Open in a new browser window
   Graphical tool for PostgreSQL administration and development.
   http://www.pgsqlmanager.com/
http://www.druid.net/pygresql/
PostgreSQL Module for Python Open in a new browser window
   Python module that embeds the PostgreSQL query library.
   http://www.druid.net/pygresql/
http://www.budget-ha.com/postgres/
PostgreSQL Performance Tuning Open in a new browser window
   Information on how to tune and generally get good performance from PostgreSQL.
   http://www.budget-ha.com/postgres/
http://www.postgresql.org/docs/techdocs
PostgreSQL Technical Documentation Open in a new browser window
   Contains community contributed documentation, CBT (Computer Based Training) tutorials, installation guides, technical guides, support contracts, lists of hosting providers, and additional resources.
   http://www.postgresql.org/docs/techdocs
http://www.enterprisedb.com
PostgreSQL based relational database Open in a new browser window
   EnterpriseDB is a relational database management system based on PostgreSQL. It adds compatibility and performance features.
   http://www.enterprisedb.com
http://www.phpbuilder.com/columns/kevin20010314.php3
Postgres on Redhat7.0 Open in a new browser window
   Article from PHPBuilder on obtaining packages, installing and configuring.
   http://www.phpbuilder.com/columns/kevin20010314.php3
http://www.microolap.com/products/connectivity/postgresdac/
PostgresDAC Open in a new browser window
   Borland Delphi/C++Builder component set for direct access to PostgreSQL without BDE or ODBC.
   http://www.microolap.com/products/connectivity/postgresdac/
http://python.projects.postgresql.org
PostgresPy Project Open in a new browser window
   An open source software project dedicated to the continual improvement of the relationship between Python and PostgreSQL.
   http://python.projects.postgresql.org
http://www.postgresql.or.kr
Postgresql Korean Users' Group Open in a new browser window
   Official Homepage of PostgreSQL Korean Users' Group. This site contain documents, patches, user's profiles of PostgreSQL korean users.
   http://www.postgresql.or.kr
http://pgfoundry.org/projects/psqlodbc/
PsqlODBC Open in a new browser window
   ODBC driver for Windows. Site includes download, mailing list, documentation, and FAQs.
   http://pgfoundry.org/projects/psqlodbc/
http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=24
Recursive functions in PostGreSQL PGSQL Open in a new browser window
   An example of how to display a recursive tree in pgsql.
   http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=24
http://sources.redhat.com/rhdb/
Red Hat Database Open in a new browser window
   A version of Postgres that has been optimized for the Red Hat Linux distribution.
   http://sources.redhat.com/rhdb/
http://www.pgsql.ru/
Search PostgreSQL Sites Open in a new browser window
   A searchengine for PostgreSQL-Documentation. Sample application for Tsearch2.
   http://www.pgsql.ru/
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
Tsearch2 Open in a new browser window
   Implementation of a new data type tsvector - a searchable data type with indexed access. Documentation and download.
   http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
http://www.kazak.ws/xpg
XPg: PostgreSQL GUI on Java Open in a new browser window
   XPg is an object-oriented platform-neutral editor with a full featured graphical user interface that supports connections to multiple databases [Open Source : GPL].
   http://www.kazak.ws/xpg
http://www.cis-computer.com/software/dbengine/
dbengine Open in a new browser window
   A plug 'n play Web interface for PostgreSQL and Oracle.
   http://www.cis-computer.com/software/dbengine/
http://pypgsql.sourceforge.net/
pyPgSQL Open in a new browser window
   A Python library for accessing PostgreSQL databases that conforms to the Python DB-API version 2.
   http://pypgsql.sourceforge.net/

Last Updated: 2007-06-16 16:57:55