Re: Uncopied parameters on CREATE TABLE LIKE - Mailing list pgsql-hackers

From ITAGAKI Takahiro
Subject Re: Uncopied parameters on CREATE TABLE LIKE
Date
Msg-id 20080725173404.7390.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to Re: Uncopied parameters on CREATE TABLE LIKE  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: Uncopied parameters on CREATE TABLE LIKE  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> wrote:

> On Thu, 2008-07-24 at 11:41 -0400, Tom Lane wrote:
> 
> > Now, if you're suggesting we need a plugin hook somewhere in or around
> > default_reloptions, that's possibly reasonable; but a GUC like you're
> > suggesting seems quite pointless.
> 
> OK, I'll have a look, or perhaps Itagaki?

Yes, I agree, too. But my proposal is independent from such hooks :-)
I just suggested to copy reloptions as-is on CREATE TABLE LIKE.

I guess the first applicaitons using the extended reloptions are
user defined access methods for GiST and GIN. If those access methods
can receive reloptions, they can support their own parameters.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Additional psql requirements
Next
From: Stephen Frost
Date:
Subject: Re: Column level privileges was:(Re: Extending grant insert on tables to sequences)