Re: SET FSYNC command?

Thomas Lockhart <lockhart@alumni.caltech.edu>

From: Thomas Lockhart <lockhart@alumni.caltech.edu>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Grant Finnemore <gaf@ucs.co.za>, pgsql-hackers@postgresql.org, Tatsuo Ishii <t-ishii@sra.co.jp>
Date: 2000-05-31T13:47:45Z
Lists: pgsql-hackers
> > The syntax is unnecessarily obscure and arse-backwards :-(.
> SET ENABLE_FSYNC TO OFF;

Hi Peter. I was noticing that several of the SET keywords have redundant
elements. In this case, istm that

  SET FSYNC=ON;

would be adequate and preferred; the "ENABLE" is implied by the "ON" in
the last example. I realize that you are using a keyword style already
present, but perhaps for 7.1 we can shorten all of those keywords having
"ENABLE_"? 

Comments?

                     - Thomas