Re: GSOC PostgreSQL partitioning issue

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Necati Batur <necatibatur(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: GSOC PostgreSQL partitioning issue
Date: 2010-04-08 20:01:54
Message-ID: q2r603c8f071004081301q87ea73daq4fc80a02ac9e007d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Apr 8, 2010 at 3:58 PM, Necati Batur <necatibatur(at)gmail(dot)com> wrote:
> *The trigger based operations can be done automatically
>
> *The stored procedures can help us to do some functionalities like
> check constraint problem
>
> *manual VACUUM or ANALYZE commands can be handled by using triggers
> DBMS SQL can help to provide faster executions
>
> *Some more functionalities can be added to UPDATE operations to make
> administrations easy

I think you need to be a LOT more specific about each of these items
and what you intend to do about them. You also need to explain the
relationship between your work and Itagaki Takahiro's existing patch.

...Robert

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Necati Batur 2010-04-08 20:14:32 Re: GSOC PostgreSQL partitioning issue
Previous Message Necati Batur 2010-04-08 19:58:40 GSOC PostgreSQL partitioning issue