» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Recent Edits

edit by swikfan

PostgreSQL

February 22

PostgreSQL is seen as the most popular open source database after [[MySQL]], although it has in many ways more advanced and...

» complete change

PostgreSQL is a Object-Relational [[DBMS]] supporting almost all [[SQL]] constructs, including subselects, transactions, and user-defined types and more. The name comes from the fact that many of the original developers also worked on [[Ingres]], and so this is the "post-ingres" database. Design for the system began in 1986, with an explicit goal of providing a database that completely supported types with the minimum number of features necessary. By the early 1990s, the database had reached a significant number of users. Around this time, its status as a University of California, Berkeley project ended, but due to the open source license, development continued, as it does to this day.

PostgreSQL is seen as the most popular open source database after [[MySQL]], although it has in many ways more advanced and more mature implementations of key features, particularly those required by heavy-duty [[OLTP]] applications.

<b>Useful links:</b>

An "overview":http://www.postgresql.org/about/ of features.

"Frequentlyl asked Questions":http://www.postgresql.org/docs/faq/

Undo this change because:
edit by swikfan

PostgreSQL

February 22

PostgreSQL is a Object-Relational [[DBMS]] supporting almost all [[SQL]] constructs, including subselects, transactions, ...

» complete change

PostgreSQL is a Object-Relational [[DBMS]] supporting almost all [[SQL]] constructs, including subselects, transactions, and user-defined types and more. The name comes from the fact that many of the original developers also worked on [[Ingres]], and so this is the "post-ingres" database. Design for the system began in 1986, with an explicit goal of providing a database that completely supported types with the minimum number of features necessary. By the early 1990s, the database had reached a significant number of users. Around this time, its status as a University of California, Berkeley project ended, but due to the open source license, development continued, as it does to this day.

"Frequentlyl asked Questions":http://www.postgresql.org/docs/faq/

edit by swikfan

PostgreSQL

February 22

"Frequentlyl asked Questions":http://www.postgresql.org/docs/faq/

» complete change

PostgreSQL is a Object-Relational [[DBMS]] supporting almost all [[SQL]] constructs, including subselects, transactions, and user-defined types and more.

"Frequentlyl asked Questions":http://www.postgresql.org/docs/faq/

edit by swikfan

PostgreSQL

February 22
PostgreSQL
Undo this change because:
created by bigsmoke

Pure PostgreSQL unit tests – test and debug pgsql constraints and procedures/functions

January 4, 2007
The entry was created.
http://www.bigsmoke.us/postgresql-unit-testing/
Pure PostgreSQL unit tests – test and debug pgsql constraints and procedures/functions

Some simple guidelines to make unit testing your PostgreSQL database as smooth as possible.

Undo this change because:
edit by alex

PostgreSQL

May 17, 2006
New Icon New Image Previous Icon No Icon.
Undo this change because:
edit by alex

PostgreSQL

May 17, 2006
[[BSD]] BSD
Undo this change because:
edit by alex

PostgreSQL

November 18, 2005

PostgreSQL is a Object-Relational [[DBMS]] DBMS supporting almost all [[SQL]] SQL constructs, including subselects, transactions,...

» complete change

PostgreSQL is a Object-Relational [[DBMS]] DBMS supporting almost all [[SQL]] SQL constructs, including subselects, transactions, and user-defined types and more.

edit by alex

List of supporting tools and languages

November 1, 2005

List of links relating to using [[PostgreSQL]] PostgreSQL from various languages, including [[ADA]], [[Bash]], [[Ruby]], [[SmallTalk]],...

» complete change

List of links relating to using [[PostgreSQL]] PostgreSQL from various languages, including [[ADA]], [[Bash]], [[Ruby]], [[SmallTalk]], ADA, Bash, Ruby, SmallTalk, plus generic [[ODBC]], ODBC, also dev tools, admin tools, report writers.

Undo this change because:
created by cornelius

Events

November 1, 2005
The page was created.
PostgreSQL
Events

PostgreSQL Events

Undo this change because:
edit by cornelius

List of supporting tools and languages

November 1, 2005
List of supporting tools and links relating to using PostgreSQL from various languages

List of links relating to using PostgreSQL from various languages, including ADA, Bash, Ruby, SmallTalk, plus generic ODBC,...

» complete change

List of links relating to using PostgreSQL from various languages, including ADA, Bash, Ruby, SmallTalk, plus generic ODBC, also dev tools, admin tools, report writers. ODBC

created by cornelius

List of supporting tools and languages

November 1, 2005
The entry was created.
PostgreSQL
http://www.postgresql.org/docs/interfaces
List of links relating to using PostgreSQL from various languages

List of links relating to using PostgreSQL from various languages, including ADA, Bash, Ruby, SmallTalk, plus generic ODBC

Undo this change because:
created by cornelius

Current releases of manuals

November 1, 2005
The entry was created.
PostgreSQL
http://www.postgresql.org/docs/manuals/
Current releases of manuals

Current releases of manuals, including user comments, (in both A4 and US formats!)

Undo this change because:
edit by alex

PostgreSQL

September 26, 2005

PostgreSQL is a Sophisticated open-source Object-Relational DBMS supporting almost all SQL constructs, including subselects,...

» complete change

PostgreSQL is a Sophisticated open-source Object-Relational DBMS supporting almost all SQL constructs, including subselects, transactions, and user-defined types and more.

PostgreSQL

July 7, 2005
database dbms SQL ODBC JDBC DBI
Undo this change because:

PostgreSQL

July 6, 2005
database dbms SQL
created by alex

Comparing PostgreSQL and MySQL

June 14, 2005
The entry was created.
Comparing PostgreSQL and MySQL
Undo this change because:
edit by alex

Comparing PostgreSQL and MySQL

June 14, 2005
MySQL PostgreSQL
http://uphpu.org/article.php?story=20050526083509771
Comparing PostgreSQL and MySQL

Which database is superior? <a href="/project/MySQL">MySQL</a> or <a href="/project/PostgreSQL">PostgreSQL</a>?

edit by alex

http://database.sarang.net/database/postgres/optimizing_postgresql.html

June 14, 2005
http://database.sarang.net/database/postgres/optimizing_postgresql.html

Short article on optimizing PostgreSQL

Undo this change because:
created by alex

http://database.sarang.net/database/postgres/optimizing_postgresql.html

June 14, 2005
The entry was created.
Undo this change because:
edit by alex

Converting MySQL database to Postgresql

June 7, 2005
PostgreSQL MySQL
http://jmz.iki.fi/blog.php/programming/converting_mysql_database_to_postgresql
Converting MySQL database to Postgresql

"Converting MySQL-only software to use some other backend is not hard -- it merely takes a bit of digging to find out how...

» complete change

"Converting MySQL-only software to use some other backend is not hard -- it merely takes a bit of digging to find out how MySQL is not compatible with the SQL standard and how the "tweaks" in MySQL are achieved with SQL-conforming database management systems. This article is not about converting applications from MySQL to other RDBMS, but rather how to convert a MySQL database to Postgresql."

- Straightfoward tutorial on how to switch to PostgreSQL which many consider a more robust database

Undo this change because:
created by alex

Converting MySQL database to Postgresql

June 7, 2005
The entry was created.
Converting MySQL database to Postgresql
Undo this change because:
edit by alex

PostgreSQL

June 7, 2005
database dbms
edit by alex

PostgreSQL

June 7, 2005
PostgreSQL Database
edit by alex

PLANET ARGON Developer Blog

June 7, 2005
http://blog.planetargon.com/rss.php?version=2.0 http://blog.planetargon.com/rss.php?category=2_PostgreSQL
Undo this change because:
edit by alex

PLANET ARGON Developer Blog

June 7, 2005
http://blog.planetargon.com/rss.php?category=2_PostgreSQL
edit by alex

PLANET ARGON Developer Blog

June 7, 2005
PLANET ARGON Developer Blog

<a href="http://blog.planetargon.com/">http://blog.planetargon.com/</a>

PLANET ARGON Postgresql posts

Undo this change because:
created by alex

PLANET ARGON Developer Blog

June 7, 2005
The page was created.
PLANET ARGON Developer Blog
Undo this change because:
edit by alex

Why Summersault Uses PostgreSQL For Web Application Development

June 7, 2005

PostgreSQL, like other <a href="/tag/RDBMS">RDBMS</a>, its companions, will always require tuning and optimizing based on the...

» complete change

<h3>General Advantages</h3>

There are several key advantages of using PostgreSQL:

<ol>

<li> PostgreSQL is free, Open Source software</li>

<li> PostgreSQL has excellent commercial and community support options</li>

<li> PostgreSQL has legendary reliability and stability</li>

<li> PostgreSQL is very scalable and extensible</li>

<li> PostgreSQL is cross platform</li>

<li> PostgreSQL is designed for high volume environments</li>

<li> PostgreSQL is easy to administer</li>

</ol>

<h3>Performance</h3>

PostgreSQL, like other <a href="/tag/RDBMS">RDBMS</a>, its companions, will always require tuning and optimizing based on the particular application. And so each of the systems -- SQL Server, Oracle, <a href="/project/MySQL">MySQL</a>, MySQL, and PostgreSQL -- will be have particular areas of performance where they excel "out of the box".

PostgreSQL is generally optimized and faster than others for scenarios involving high transactional loads, high numbers of users (especially non-read-only applications), and complex queries. Other related features -- like views, ACID compliance, etc. -- also contribute to PostgreSQL's overall performance.

Database benchmarking appears to be an area where little industry-wide data is available, again mostly due to the degree to which each database system can be tuned to meet certain performance expectations.

Undo this change because:
edit by alex

Why Summersault Uses PostgreSQL For Web Application Development

June 7, 2005

<h3>Performance</h3>

PostgreSQL, like its companions, will always require tuning and optimizing based on the particular application....

» complete change

<h3>General Advantages</h3>

There are several key advantages of using PostgreSQL:

<ol>

<li> PostgreSQL is free, Open Source software</li>

<li> PostgreSQL has excellent commercial and community support options</li>

<li> PostgreSQL has legendary reliability and stability</li>

<li> PostgreSQL is very scalable and extensible</li>

<li> PostgreSQL is cross platform</li>

<li> PostgreSQL is designed for high volume environments</li>

<li> PostgreSQL is easy to administer</li>

</ol>

<h3>Performance</h3>

PostgreSQL, like its companions, will always require tuning and optimizing based on the particular application. And so each of the systems -- SQL Server, Oracle, MySQL, and PostgreSQL -- will be have particular areas of performance where they excel "out of the box".

PostgreSQL is generally optimized and faster than others for scenarios involving high transactional loads, high numbers of users (especially non-read-only applications), and complex queries. Other related features -- like views, ACID compliance, etc. -- also contribute to PostgreSQL's overall performance.

Database benchmarking appears to be an area where little industry-wide data is available, again mostly due to the degree to which each database system can be tuned to meet certain performance expectations.

edit by alex

Why Summersault Uses PostgreSQL For Web Application Development

June 7, 2005
http://support.summersault.com/why_postgresql.html
Why Summersault Uses PostgreSQL For Web Application Development

<h3>General Advantages</h3>

There are several key advantages of using PostgreSQL:

<ol>

<li> PostgreSQL is free, Open Source ...

» complete change

<h3>General Advantages</h3>

There are several key advantages of using PostgreSQL:

<ol>

<li> PostgreSQL is free, Open Source software</li>

<li> PostgreSQL has excellent commercial and community support options</li>

<li> PostgreSQL has legendary reliability and stability</li>

<li> PostgreSQL is very scalable and extensible</li>

<li> PostgreSQL is cross platform</li>

<li> PostgreSQL is designed for high volume environments</li>

<li> PostgreSQL is easy to administer</li>

</ol>

created by alex

Why Summersault Uses PostgreSQL For Web Application Development

June 7, 2005
The entry was created.
Why Summersault Uses PostgreSQL For Web Application Development
Undo this change because:
edit by alex

Planet Postgresql

May 27, 2005
http://planetpostgresql.org/rss20.xml
Planet Postgresql
Undo this change because:
created by alex

Planet Postgresql

May 27, 2005
The page was created.
Planet Postgresql
Undo this change because:
edit by alex

About

May 27, 2005
About PostgreSQL
Undo this change because:
edit by alex

PostgreSQL News

May 27, 2005
http://www.postgresql.org/news.rss
PostgreSQL News
Undo this change because:
created by alex

PostgreSQL News

May 27, 2005
The page was created.
PostgreSQL News
Undo this change because:
edit by alex

PostgreSQL

May 25, 2005
database
edit by 192.168.0.4

PostgreSQL

May 19, 2005
Numerous Numerous. See http://www.postgresql.org/developer/bios
Undo this change because:
edit by 192.168.0.4

PostgreSQL

May 19, 2005
Numerous. See http://www.postgresql.org/developer/bios
edit by 192.168.0.4

PostgreSQL

May 19, 2005
BSD
edit by 192.168.0.4

PostgreSQL

May 19, 2005
http://www.postgresql.org/developer/bios
edit by 192.168.0.4

PostgreSQL

May 19, 2005

Sophisticated open-source Object-Relational DBMS supporting almost all SQL constructs, including subselects, transactions, and user-defined types and more.

edit by 192.168.0.4

PostgreSQL

May 19, 2005
PostgreSQL Database
edit by 192.168.0.4

Why Choose PostgresSQL

May 19, 2005
http://www.postgresql.org/about/advantages
Why Choose PostgresSQL

A complete and substantive list of the virtues of PostgreSQL, including economic, system administration, stability and feature advantages.

Undo this change because:
created by 192.168.0.4

Why Choose PostgresSQL

May 19, 2005
The entry was created.
Why Choose PostgresSQL
Undo this change because:
edit by 192.168.0.4

PostgreSQL Features and History

May 19, 2005

PostgreSQL "supports "It supports SQL92 and SQL99 and offers many modern features:

» complete change

PostgreSQL "supports "It supports SQL92 and SQL99 and offers many modern features:

* complex queries

* foreign keys

* triggers

* views

* transactional integrity

* multiversion concurrency control

Additionally, PostgreSQL can be extended by the user in many ways, for example by adding new

* data types

* functions

* operators

* aggregate functions

* index methods

* procedural languages"

Undo this change because:
edit by 192.168.0.4

PostgreSQL Features and History

May 19, 2005
PostgreSQL Features Feature and History
Undo this change because:
edit by 192.168.0.4

PostgreSQL Features and History

May 19, 2005
http://www.postgresql.org/about/
Feature and History

"It supports SQL92 and SQL99 and offers many modern features:

* complex queries

* foreign keys

* triggers

* views

* transactional...

» complete change

"It supports SQL92 and SQL99 and offers many modern features:

* complex queries

* foreign keys

* triggers

* views

* transactional integrity

* multiversion concurrency control

Additionally, PostgreSQL can be extended by the user in many ways, for example by adding new

* data types

* functions

* operators

* aggregate functions

* index methods

* procedural languages"

created by 192.168.0.4

PostgreSQL Features and History

May 19, 2005
The entry was created.
Feature and History
Undo this change because:
edit by 192.168.0.4

About

May 19, 2005

"PostgreSQL "ostgreSQL is an object-relational database management system (ORDBMS) based on POSTGRES, Version 4.2, developed...

» complete change

"PostgreSQL "ostgreSQL is an object-relational database management system (ORDBMS) based on POSTGRES, Version 4.2, developed at the University of California at Berkeley Computer Science Department. POSTGRES pioneered many concepts that only became available in some commercial database systems much later."

Undo this change because:
edit by 192.168.0.4

About

May 19, 2005

"ostgreSQL "PostgreSQL is an a highly scalable, SQL compliant, open source object-relational database management system (ORDBMS)...

» complete change

"ostgreSQL "PostgreSQL is an a highly scalable, SQL compliant, open source object-relational database management system (ORDBMS) based on POSTGRES, Version 4.2, developed at system. With more than 15 years of development history, it is quickly becoming the University of California at Berkeley Computer Science Department. POSTGRES pioneered many concepts that only became available in some commercial de facto database systems much later." for enterprise level open source solutions."

edit by 192.168.0.4

About

May 19, 2005

"PostgreSQL is a highly scalable, SQL compliant, open source object-relational database management system. With more than...

» complete change

"PostgreSQL is a highly scalable, SQL compliant, open source object-relational database management system. With more than 15 years of development history, it is quickly becoming the de facto database for enterprise level open source solutions."