Troels Arvin wrote: > An obvious question is how strict to be: Very strict. SQL is a standard, not a guideline. If you can't type in what it says, then it's not supported.
We make occasional exceptions in extreme cases. For example, we claim to support aliases in the select list (E051-05), but we require the AS. It would be unhelpful if we instead wrote that we don't support select list aliases. But a comment should be added in these cases. The other exception is that because of additional features that PostgreSQL provides, some standard features may be restricted. Additional reserved key words are an obvious example. But that is allowed by the SQL standard. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster