BUG #4320: Describe table on 8.2.9 server fail

Поиск
Список
Период
Сортировка
От Alexandre Payment
Тема BUG #4320: Describe table on 8.2.9 server fail
Дата
Msg-id 200807221236.m6MCaM0b033008@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #4320: Describe table on 8.2.9 server fail
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      4320
Logged by:          Alexandre Payment
Email address:      alex.payment@gmail.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.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re: BUG #4319: lower()/upper() does not know about UNICODE case mapping
Следующее
От: toruvinn
Дата:
Сообщение: Re: BUG #4320: Describe table on 8.2.9 server fail