From fca7bcbb649a756621248b95d02d72ca4ebccc9b Mon Sep 17 00:00:00 2001
From: Bruce Momjian Current maintainer: Bruce Momjian (bruce@momjian.us) The most recent version of this document can be viewed at http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php
+ http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php
+ This would allow UPDATE tab SET col = col + 1 to work if col has
+ a unique index. Currently, uniqueness checks are done while the
+ command is being executed, rather than at the end of the statement
+ or transaction.
+ http://people.planetpostgresql.org/greg/index.php?/archives/2006/06/10.html
+ http://archives.postgresql.org/pgsql-hackers/2006-09/msg01458.php
+ http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php
- http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php
- This would allow UPDATE tab SET col = col + 1 to work if col has
- a unique index. Currently, uniqueness checks are done while the
- command is being executed, rather than at the end of the statement
- or transaction.
- http://people.planetpostgresql.org/greg/index.php?/archives/2006/06/10.html
- http://archives.postgresql.org/pgsql-hackers/2006-09/msg01458.php
+ http://archives.postgresql.org/pgsql-hackers/2002-03/msg00591.php
+ http://archives.postgresql.org/pgsql-hackers/2007-01/msg01615.php
+ http://archives.postgresql.org/pgsql-hackers/2007-01/msg01587.php
+ http://archives.postgresql.org/pgsql-patches/2005-07/msg00458.php
+ http://archives.postgresql.org/pgsql-patches/2006-05/msg00302.php
+ http://archives.postgresql.org/pgsql-patches/2006-06/msg00031.php
+ Because a row is not scalar, do not allow assignment
+ from NULL-valued scalars.
+ http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php
http://archives.postgresql.org/pgsql-hackers/2002-03/msg00591.php
- http://archives.postgresql.org/pgsql-hackers/2007-01/msg01615.php
- http://archives.postgresql.org/pgsql-hackers/2007-01/msg01587.php
- http://archives.postgresql.org/pgsql-patches/2005-07/msg00458.php
- http://archives.postgresql.org/pgsql-patches/2006-05/msg00302.php
- http://archives.postgresql.org/pgsql-patches/2006-06/msg00031.php
- Because a row is not scalar, do not allow assignment
- from NULL-valued scalars.
- http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php
- http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php
- http://archives.postgresql.org/pgsql-hackers/2007-05/msg00289.php
+ http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php
+ http://archives.postgresql.org/pgsql-hackers/2007-05/msg00289.php
PostgreSQL TODO List
-Last updated: Wed Mar 5 11:07:13 EST 2008
+Last updated: Wed Mar 5 22:15:29 EST 2008
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -623,74 +623,75 @@ first. There is also a developer's wiki at
Referential Integrity
+
+
+
+Server-Side Languages
+
+
+
-
-
-
-
-
-
-
Clients
+Clients
http://archives.postgresql.org/pgsql-sql/2008-01/msg00050.php
http://archives.postgresql.org/pgsql-hackers/2007-03/msg01199.php
http://archives.postgresql.org/pgsql-hackers/2007-01/msg00096.php
http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php