Re: Bug list?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug list?
Дата
Msg-id 29217.963165460@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug list?  (Philip Warner <pjw@rhyme.com.au>)
Ответы Re: Bug list?  (Philip Warner <pjw@rhyme.com.au>)
Список pgsql-hackers
Philip Warner <pjw@rhyme.com.au> writes:
> Is there an official bug list?

There's the TODO list, but things usually only get on there if they're
not going to be fixed quickly.  Active discussion threads in pghackers
don't normally get reflected into TODO ...

> 1. Temp tables preventing permanent table creation:

Not a bug IMHO, since temp tables mask permanent tables.  Drop
or rename the temp table if you want to make a permanent table.

> update t1 set f2=count(*) from t2 where t1.f1=2 and t2.f1=t1.f1 ;
> ERROR:  ExecutePlan: (junk) `ctid' is NULL!

This is a bug, but it's not clear what the behavior should be; maybe
the bug is accepting an ill-defined command in the first place.  See
"MAX() of 0 records" thread nearby.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Unnexpected results using to_number()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] MAX() of 0 records.