Re: NOLOGGING option, or ?
Simon Riggs <simon@2ndquadrant.com>
From: Simon Riggs <simon@2ndquadrant.com>
To: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Hans-Jürgen Schönig <postgres@cybertec.at>, Neil Conway <neilc@samurai.com>, Alvaro Herrera <alvherre@surnet.cl>, Alon Goldshuv <agoldshuv@greenplum.com>, pgsql-hackers@postgresql.org
Date: 2005-06-01T11:54:19Z
Lists: pgsql-hackers
On Wed, 2005-06-01 at 16:34 +0800, Christopher Kings-Lynne wrote: > > There are some other arguments in favour of a LOAD command.... Alon? > > We already have LOAD, so you'll have to choose something else :) Its annoying, I grant you. :-) LOAD 'library' would still need to be the default. LOAD LIBRARY 'library' would be the new recommended usage. LOAD DATA... would be the new command... with most other options hanging off of that. There's no problem with that, since that is then the same as Oracle syntax for the load utility. Best Regards, Simon Riggs