Обсуждение: SQL99 compat list

Поиск
Список
Период
Сортировка

SQL99 compat list

От
Christopher Kings-Lynne
Дата:
Has the sql compatibiliy list been updated?  eg. for BETWEEN SYMMETRIC?

Chris



Re: SQL99 compat list

От
Peter Eisentraut
Дата:
Am Dienstag, 25. Oktober 2005 11:17 schrieb Christopher Kings-Lynne:
> Has the sql compatibiliy list been updated?  eg. for BETWEEN SYMMETRIC?

http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql_features.txt

All signs point to "Sort of not really".

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


Re: SQL99 compat list

От
Christopher Kings-Lynne
Дата:
>>Has the sql compatibiliy list been updated?  eg. for BETWEEN SYMMETRIC?
> 
> 
> http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql_features.txt
> 
> All signs point to "Sort of not really".

Someone more knowledgeable than me will have to update it I think. 
These look like likely candidates:

Row and table constructors?
All the "basic array" support stuff?
Row types?
Basic roles
Extended roles
IN/OUT/INOUT params (dunno what they're called - or even if they're 
standard)

Chris