Skip site navigation (1) Skip section navigation (2)

Re: Auto creation of Partitions

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "NikhilS" <nikkhils(at)gmail(dot)com>
Cc: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Auto creation of Partitions
Date: 2007-03-06 13:57:56
Message-ID: 87fy8ibhjv.fsf@stark.xeocode.com (view raw or flat)
Thread:
Lists: pgsql-hackerspgsql-patches
"NikhilS" <nikkhils(at)gmail(dot)com> writes:

>the intention is to use this information from the parent and make it a
>property of the child table. This will avoid the step for the user having to
>manually specify CREATE INDEX and the likes on all the children tables
>one-by-one.

Missed the start of this thread. A while back I had intended to add WITH
INDEXES to CREATE TABLE LIKE. That would let you create a tale LIKE parent
WITH CONSTRAINTS WITH INDEXES and get pretty much a perfect table ready for
adding to the inheritance structure.


-- 
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com

In response to

Responses

pgsql-hackers by date

Next:From: NikhilSDate: 2007-03-06 14:11:41
Subject: Re: Auto creation of Partitions
Previous:From: Mike RylanderDate: 2007-03-06 13:08:01
Subject: Re: [PATCHES] xml2 contrib patch supporting default XML namespaces

pgsql-patches by date

Next:From: NikhilSDate: 2007-03-06 14:11:41
Subject: Re: Auto creation of Partitions
Previous:From: Mike RylanderDate: 2007-03-06 13:08:01
Subject: Re: [PATCHES] xml2 contrib patch supporting default XML namespaces

Privacy Policy | About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group