Re: "user"

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: "user"
Дата
Msg-id Pine.LNX.4.30.0109101534180.680-100000@peter.localdomain
обсуждение исходный текст
Ответ на "user"  (Daniel ?erud <zilch@home.se>)
Список pgsql-general
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


В списке pgsql-general по дате отправления:

Предыдущее
От: gb@a3design.de
Дата:
Сообщение: approve awKtwN unsubscribe gb@a3design.de
Следующее
От: "Roderick A. Anderson"
Дата:
Сообщение: Re: Performance question