Re: BUG #5657: wrong entry in sql_features

From: Thomas Bahls <der(dot)thommy(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, pgsql-bugs(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: BUG #5657: wrong entry in sql_features
Date: 2010-09-14 17:44:16
Message-ID: 4C8FB470.3010507@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom Lane schrieb am 14.09.2010 18:34:
> Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> writes:
>
>> On 14/09/10 17:08, thommy wrote:
>>
>>> -[ 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?
>>
>
> What I see in SQL:99 is
>
> | 3 | B032 | Extended dynamic SQL |
> | | | |
> | 4 | B032-| <describe input> statement |
> 01
>
> so I think his point is that the right angle bracket is in the wrong place.
> Can't get terribly excited about it ...
>
And in SQL:2003** in fact it reads

| |FeatureID| Feature Name |
| 11 | B032-01 | <describe input statement> |

so it seems I was wrong and PostgreSQL did it right.
:-)

I am still curious as I found B32-01 the only entry where angle brackets
were used but who am I to doubt the standard. So thank you everybody for
the quick answers and sorry for any inconveniences.

Regards, Thommy

** got an huge PDF named
"Information technology --- Database languages --- SQL --- Part 2:
Foundation (SQL/Foundation)"

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2010-09-14 18:07:35 Re: BUG #5657: wrong entry in sql_features
Previous Message Euler Taveira de Oliveira 2010-09-14 17:18:59 Re: BUG #5656: parameter 'client_min_messages' accept values not listed in enumvals