7.0 bug ??

Поиск
Список
Период
Сортировка
От claud yu
Тема 7.0 bug ??
Дата
Msg-id 390CD4A6331.1B23CLAUD@tera.cs.tku.edu.tw
обсуждение исходный текст
Ответы Re: 7.0 bug ??  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
-----------------------------------------------
freechange-# \d accountloginrec
            Table "accountloginrec"
      Attribute       |    Type     | Modifier
----------------------+-------------+----------
 regaccounttype       | smallint    | not null
 regloginname         | char(20)    | not null
 reglgoinpassword     | varchar(20) | not null
 regaccounthint       | varchar(32) |
 regaccounteffectdate | date        |
 regaccountexpireeate | date        |
 eshopcode            | integer     | not null
 companycode          | integer     |
freechange-#
freechange=# select eshopcode from accountloginrec;
 eshopcode
-----------
        10
        11
        11
        12
        13
        14
(6 rows)

freechange=# insert into accountloginrec values (1,'test','test','test',NOW(),NOW()+30,Max(eshopcode)+1,null);
ERROR:  Attribute 'eshopcode' not found
-----------------------------------------------
The same syntax at 6.5.3 is OK !!
It happen at 7.0rc1 and 7.0rc2

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: creating temp table...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 7.0 bug ??