Re: BUG #5657: wrong entry in sql_features

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: thommy <der(dot)thommy(at)gmx(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5657: wrong entry in sql_features
Date: 2010-09-14 15:29:26
Message-ID: 4C8F94D6.1020708@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 14/09/10 17:08, thommy wrote:
> The following bug has been logged online:
>
> Bug reference: 5657
> Logged by: thommy
> Email address: der(dot)thommy(at)gmx(dot)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 |
>

Can you elaborate, what is wrong with the above? What did you expect to
see instead?

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2010-09-14 16:34:22 Re: BUG #5657: wrong entry in sql_features
Previous Message thommy 2010-09-14 14:08:07 BUG #5657: wrong entry in sql_features