BUG #4320: Describe table on 8.2.9 server fail

From: "Alexandre Payment" <alex(dot)payment(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4320: Describe table on 8.2.9 server fail
Date: 2008-07-22 12:36:22
Message-ID: 200807221236.m6MCaM0b033008@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4320
Logged by: Alexandre Payment
Email address: alex(dot)payment(at)gmail(dot)com
PostgreSQL version: 8.3.3
Operating system: Ubuntu Linux 8.04
Description: Describe table on 8.2.9 server fail
Details:

Connected to a 8.2.9 non-local server with psql version 8.3.3 and entering
the following command (describe table t_ann):

\d t_ann

this error occur:
ERROR: column t.tgconstraint does not exist
LINE 3: WHERE t.tgrelid = '16627' AND t.tgconstraint = 0

When connect with psql version 8.2.9 the describe command work perfectly.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message toruvinn 2008-07-22 13:19:54 Re: BUG #4320: Describe table on 8.2.9 server fail
Previous Message Peter Eisentraut 2008-07-22 09:53:15 Re: Re: BUG #4319: lower()/upper() does not know about UNICODE case mapping