Re: WAL bypass for CTAS

From: Neil Conway <neilc(at)samurai(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-patches(at)postgresql(dot)org, Alon Goldshuv <agoldshuv(at)greenplum(dot)com>
Subject: Re: WAL bypass for CTAS
Date: 2005-06-05 00:29:19
Message-ID: 42A2475F.8040502@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian wrote:
> Well, it isn't going to help us for 8.1 because 8.0 will not have it,
> and if we add the clause we make loading the data into previous releases
> harder.

pg_dump output in general is not compatible with prior releases. It
would be a nice feature to have, but until we have it, I don't see that
changing or not changing the COPY syntax will make a major difference to
dump backward compatibility.

-Neil

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-05 00:36:52 Re: [PATCHES] WAL bypass for CTAS
Previous Message Bruce Momjian 2005-06-05 00:23:25 Re: WAL bypass for CTAS

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-06-05 00:36:52 Re: [PATCHES] WAL bypass for CTAS
Previous Message Bruce Momjian 2005-06-05 00:27:59 Re: SQLSTATE again