SQL99 compat list
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/
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