Thread

  1. General Bug Report: createuser bails out with ERROR

    Unprivileged user <nobody> — 1999-03-20T18:38:55Z

    ============================================================================
                            POSTGRESQL BUG REPORT TEMPLATE
    ============================================================================
    
    
    Your name		: Christoph Hoegl
    Your email address	: darkwing@bsdd.regensburg.com
    
    Category		: runtime: back-end
    Severity		: critical
    
    Summary: createuser bails out with ERROR
    
    System Configuration
    --------------------
      Operating System   : Linux 2.2.3
    
      PostgreSQL version : cvs-990318
    
      Compiler used      : egcs-2.93.12 19990319
    
    Hardware:
    ---------
    
    
    Versions of other tools:
    ------------------------
    
    
    --------------------------------------------------------------------------
    
    Problem Description:
    --------------------
    ERROR:  Unable to locate type oid 0 in catalog
    
    --------------------------------------------------------------------------
    
    Test Case:
    ----------
    start with a clean db (initdb)
    access the templatedb
    psql=>\d
    ERROR:  Unable to locate type oid 0 in catalog
    seems like sth is mixed up with the template db
    using a old dumped db works
    (probably a file is mixed up)
    
    --------------------------------------------------------------------------
    
    Solution:
    ---------
    
    
    --------------------------------------------------------------------------