1. 07 1月, 2002 3 次提交
  2. 06 1月, 2002 3 次提交
  3. 05 1月, 2002 8 次提交
    • B
      Spelling fix: · f3efaf89
      Bruce Momjian 提交于
      < * Consider use of open/fctl(O_DIRECT) to minimize OS caching
      ---
      > * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
      f3efaf89
    • B
      Re-order items: · 3ef4925f
      Bruce Momjian 提交于
      > * Consider use of open/fctl(O_DIRECT) to minimize OS caching
      > * Make blind writes go through the file descriptor cache
      391d392
      < * Make blind writes go through the file descriptor cache
      409d409
      < * Consider use of open/fctl(O_DIRECT) to minimize OS caching
      3ef4925f
    • B
      Added: · 7a386721
      Bruce Momjian 提交于
      > * Consider use of open/fctl(O_DIRECT) to minimize OS caching
      7a386721
    • B
      ecpg.sgml manual page updated to ON. · 99a33968
      Bruce Momjian 提交于
      ---------------------------------------------------------------------------
      
      When you run 'ecpg --help' you get the following:
      
                -t   turn on autocommit of transactions
      
      amongst the other options... Shouldn't this be OFF as per the
      documentation?
      
      Best regards, Lee.
      
      --
       Lee Kindness,   Senior Software Engineer,   lkindness@csl.co.uk
      99a33968
    • B
      Change: · 35fcb849
      Bruce Momjian 提交于
      <   perhaps CREATE DATABASE dbname WITH USER = "user" (Gavin)
      ---
      >   perhaps CREATE DATABASE dbname WITH OWNER = "user" (Gavin)
      35fcb849
    • B
      Add from Vadim: · 11d4c2c5
      Bruce Momjian 提交于
      > * Allow command blocks that can ignore certain types of errors
      11d4c2c5
    • T
      Fix some incorrect and obsolete commentary. · 1aff1d30
      Tom Lane 提交于
      1aff1d30
    • T
      Add more complete details on date/time keywords and parsing rules. · c5c28ed0
      Thomas G. Lockhart 提交于
      Move some tabular information on these from the chapter on data types to
       the appendix on dates and times.
      c5c28ed0
  4. 04 1月, 2002 17 次提交
  5. 03 1月, 2002 9 次提交