Thread

  1. Unable to upgrade to 7.2

    Chris Bitmead <chris@bitmead.com> — 2001-10-20T11:32:10Z

    I just checked out postgresql from CVS, built it and
    did a pg_dumpall of my 7.1.3 databases.
    When I try and load the data into 7.2 it gives
    a bunch of errors like
    \N command not found
    I guess they are nulls and it can't recognise them
    or something.
    
    
    
  2. Re: Unable to upgrade to 7.2

    Tom Lane <tgl@sss.pgh.pa.us> — 2001-10-20T16:46:18Z

    Chris Bitmead <chris@bitmead.com> writes:
    > When I try and load the data into 7.2 it gives
    > a bunch of errors like
    > \N command not found
    
    You're going to have to be more specific if you want help fixing it...
    
    			regards, tom lane