Thread

  1. Current initdb broken.

    Keith Parks <emkxp01@mtcc.demon.co.uk> — 2000-06-09T23:12:26Z

    Hi,
    
    I know it doesn't show in a patch, but.. there are some
    rogue spaces at the end of the line containing "usecreatetable".
    
    Keith.
    
     *** pgsql/src/bin/initdb/initdb.sh      Fri Jun  9 18:09:51 2000
    --- /usr/local/pgsql/src/bin/initdb/initdb.sh   Sat Jun 10 00:07:07 2000
    ***************
    *** 523,529 ****
                  usename, \
                  usesysid, \
                  usecreatedb, \
    !              \            
                  uselocktable, \
                  usetrace, \
                  usesuper, \
    --- 523,529 ----
                  usename, \
                  usesysid, \
                  usecreatedb, \
    !             usecreatetable, \
                  uselocktable, \
                  usetrace, \
                  usesuper, \