Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant,
Peter Eisentraut <peter_e@gmx.net>
Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, non-standard clauses. Allow CHARACTERISTICS as unquoted identifier. Merge related reference pages.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/allfiles.sgml | modified | +1 −2 |
| doc/src/sgml/ref/set_session.sgml | deleted | +0 −91 |
| doc/src/sgml/ref/set_transaction.sgml | modified | +20 −12 |
| src/backend/nodes/copyfuncs.c | modified | +1 −14 |
| src/backend/nodes/equalfuncs.c | modified | +1 −13 |
| src/backend/parser/analyze.c | modified | +1 −33 |
| src/backend/parser/gram.y | modified | +10 −55 |
| src/include/nodes/nodes.h | modified | +1 −2 |
| src/include/nodes/parsenodes.h | modified | +2 −8 |