BUG #5657: wrong entry in sql_features

Поиск
Список
Период
Сортировка
От thommy
Тема BUG #5657: wrong entry in sql_features
Дата
Msg-id 201009141408.o8EE87fW024304@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5657: wrong entry in sql_features  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5657
Logged by:          thommy
Email address:      der.thommy@gmx.net
PostgreSQL version: 9.0rc1
Operating system:   Windows
Description:        wrong entry in sql_features
Details:

Hi all,

I think there is a wong line in sql_features, the second one looks like
garbage to me:

pg=# select * from information_schema.sql_features where feature_id =
'B032';
-[ RECORD 1 ]----+---------------------------
feature_id       | B032
feature_name     | Extended dynamic SQL
sub_feature_id   |
sub_feature_name |
is_supported     | NO
is_verified_by   |
comments         |
-[ RECORD 2 ]----+---------------------------
feature_id       | B032
feature_name     | Extended dynamic SQL
sub_feature_id   | 01
sub_feature_name | <describe input statement>
is_supported     | NO
is_verified_by   |
comments         |


Maybe this can be fixed before the final release of 9.0.


Regards, Thommy

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

Предыдущее
От: Daniel Howard
Дата:
Сообщение: Re: BUG #5654: Deferred Constraints don't work
Следующее
От: "thommy"
Дата:
Сообщение: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals