Re: Index USING in pg_dump - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Index USING in pg_dump
Date
Msg-id 5762.1015564502@sss.pgh.pa.us
Whole thread Raw
In response to Index USING in pg_dump  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Index USING in pg_dump  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> This is possible because btree is the default.  TODO item is:
>     * Remove USING clause from pg_get_indexdef() if index is btree (Bruce)

I do not think this is necessary or helpful.  The only possible
reason to change it would be if we thought btree might someday
not be the default index type --- but no such change is on the
horizon.  And if one was, you've just embedded special knowledge
about btree in yet one more place...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Patch for removal of RULE bracket use
Next
From: Tom Lane
Date:
Subject: Re: privileges regression problem on freebsd/alpha