pgsql: Add URLs for: * Simplify ability to create partitioned tables - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add URLs for: * Simplify ability to create partitioned tables
Date
Msg-id 20080322013021.A8DF77558DC@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add URLs for:

* Simplify ability to create partitioned tables

  This would allow creation of partitioned tables without requiring
  creation of triggers or rules for INSERT/UPDATE/DELETE, and constraints
  for rapid partition selection.  Options could include range and hash
  partition selection.

>   http://archives.postgresql.org/pgsql-hackers/2008-01/msg00028.php
>   http://archives.postgresql.org/pgsql-hackers/2008-01/msg00413.php

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2353 -> r1.2354)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2353&r2=1.2354)
    pgsql/doc/src/FAQ:
        TODO.html (r1.861 -> r1.862)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.861&r2=1.862)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove TypeName struct's timezone flag, which has been write-only
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add TODO: > > * Improve performance of shared invalidation