Thread

  1. Unusual notices in latest snapshot

    Peter T Mount <psqlhack@retep.org.uk> — 1998-05-12T19:11:10Z

    I've just synced myself to cvs, an rebuilt. So far, everything has gone
    fine, except when giving the postgres super user a password:
    
    template1=> alter user postgres with password ******;
    NOTICE:  _outNode: don't know how to print type 644 
    NOTICE:  _outNode: don't know how to print type 603 
    NOTICE:  _outNode: don't know how to print type 610 
    ALTER USER
    
    Any ideas?
    
    -- 
    Peter T Mount peter@retep.org.uk or petermount@earthling.net
    Main Homepage: http://www.retep.org.uk
    ************ Someday I may rebuild this signature completely ;-) ************
    Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk
    
    
    
  2. Re: [HACKERS] Unusual notices in latest snapshot

    Bruce Momjian <maillist@candle.pha.pa.us> — 1998-05-12T19:34:30Z

    I am getting similar stuff.  Thomas will have to comment.
    
    > 
    > 
    > I've just synced myself to cvs, an rebuilt. So far, everything has gone
    > fine, except when giving the postgres super user a password:
    > 
    > template1=> alter user postgres with password ******;
    > NOTICE:  _outNode: don't know how to print type 644 
    > NOTICE:  _outNode: don't know how to print type 603 
    > NOTICE:  _outNode: don't know how to print type 610 
    > ALTER USER
    > 
    > Any ideas?
    > 
    > -- 
    > Peter T Mount peter@retep.org.uk or petermount@earthling.net
    > Main Homepage: http://www.retep.org.uk
    > ************ Someday I may rebuild this signature completely ;-) ************
    > Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk
    > 
    > 
    > 
    
    
    -- 
    Bruce Momjian                          |  830 Blythe Avenue
    maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
      +  If your life is a hard drive,     |  (610) 353-9879(w)
      +  Christ can be your backup.        |  (610) 853-3000(h)
    
    
  3. Re: [HACKERS] Unusual notices in latest snapshot

    Thomas Lockhart <lockhart@alumni.caltech.edu> — 1998-05-13T04:55:42Z

    > I am getting similar stuff.  Thomas will have to comment.
    
    Hey, what makes you think I have anything to do with it?
    
    However, I have heard that someone probably left a -DPARSEDEBUG in the
    backend/parser/Makefile by mistake :(
    
    Take it out and recompile by doing a make clean in that directory and
    then a make install in src...
    
    I'll fix the source tree now. Sorry for the problem.
    
                          - Tom
    
    > > I've just synced myself to cvs, an rebuilt. So far, everything has gone
    > > fine, except when giving the postgres super user a password:
    > >
    > > template1=> alter user postgres with password ******;
    > > NOTICE:  _outNode: don't know how to print type 644
    > > NOTICE:  _outNode: don't know how to print type 603
    > > NOTICE:  _outNode: don't know how to print type 610
    > > ALTER USER
    > >
    > > Any ideas?