Daniel ?erud writes:
> Why is this so very commonly used word reserved?
Because SQL says so. More specifically, because USER is a special
function.
> Is that some kind of #define so you easily can recompile
> PostgreSQL?
Surely not.
> If so, please guide me to the place.
You can hack around in src/backend/parser/gram.y, remove the USER
expansion of the c_expr nonterminal, and move the USER expansion of
ColLabel up to TokenId.
--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter