Re: code question: storing INTO relation - Mailing list pgsql-hackers

From Greg Stark
Subject Re: code question: storing INTO relation
Date
Msg-id 874qjudhv6.fsf@stark.xeocode.com
Whole thread Raw
In response to Re: code question: storing INTO relation  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: code question: storing INTO relation
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:

> Added to TODO:
> 
>     * Eliminate WAL logging for CREATE INDEX/REINDEX/CREATE TABLE AS
>       when not doing WAL archiving

I think that's already done for CREATE INDEX/REINDEX. The reason I mentioned
them was to provide precedent that CREATE TABLE AS could be treated that way.

-- 
greg



pgsql-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Database reverse engineering
Next
From: "Jim C. Nasby"
Date:
Subject: Re: MAX/MIN optimization via rewrite (plus query rewrites generally)