Thread

  1. PostgreSQL BugTool Submission

    PostgreSQL Bugs List <pgsql-bugs@postgresql.org> — 2000-08-24T04:07:18Z

    chris vale (cvale@pacbell.net) reports a bug with a severity of 2
    The lower the number the more severe it is.
    
    Short Description
    psql list ( \d ) command returns error
    
    Long Description
    
    Using 7.0.2 on LinuxPPC (YellowDog ) and RPMS's from postgresql.org. 
    When trying to list/describe ( \d <table> )
    
    ERROR:  getattproperties: no attribute tuple 1259 -2
    
    for an aggregates and functions ( \da or \df )
    
    ERROR:  getattproperties: no attribute tuple 1247 -2
    
    for list comment ( \dd <object> )
    
    ERROR:  get_attdisbursion: no attribute tuple 16932 -2
    
    
    
    
    Sample Code
    
    
    No file was uploaded with this report
    
    
    
  2. Re: PostgreSQL BugTool Submission

    Tom Lane <tgl@sss.pgh.pa.us> — 2000-08-24T04:37:16Z

    pgsql-bugs@postgresql.org writes:
    > When trying to list/describe ( \d <table> )
    
    > ERROR:  getattproperties: no attribute tuple 1259 -2
    
    Sounds pretty thoroughly hosed ... but there's not enough info here
    to diagnose the problem.  Is this a fresh install, or an installation
    that had been working for a while and went wrong?  How did you do
    the installation exactly?
    
    			regards, tom lane