Re: fillfactor using WITH syntax

From: ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: fillfactor using WITH syntax
Date: 2006-06-07 06:09:31
Message-ID: 20060607145633.B945.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> Itagaki had suggested adding options to heaps also, so clearly we'd need
> to add that to pg_class, rather than pg_index in that case.

Yes, I want to add options tables not only indexes. There is pg_index for
indexes, but is not pg_table for tables, so I added options to pg_class.

> > > Why not implement an array of option parameters on pg_class, so both
> > > heaps and indexes can be given additional parameters? That way you
> > > wouldn't need a specific relfillfactor attribute. That would allow us to
> > > keep CREATE TABLE free of additional keywords also.

Ok, I'll add a options array to pg_class instead of the fixed-field for
fillfactor, referring to the aclitem.

---
ITAGAKI Takahiro
NTT Open Source Software Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2006-06-07 06:33:24 Re: Compression and on-disk sorting
Previous Message Greg Stark 2006-06-07 05:11:08 Re: DROP INHERITS

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2006-06-07 12:07:24 Re: [HACKERS] Win32 sysconfig -> pg_service.conf
Previous Message Jaime Casanova 2006-06-07 06:00:45 Re: fori stmt with by keyword was:(Re: [HACKERS] for statement,