Re: Differentiate between system commands and user commands

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Differentiate between system commands and user commands
Дата
Msg-id 27046.1057706732@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Differentiate between system commands and user commands  (<radha.manohar@ndsu.nodak.edu>)
Список pgsql-novice
<radha.manohar@ndsu.nodak.edu> writes:
> I would like to know how postgresql differentiates between the SQL
> commands that are
> entered by the user and the SQL commands that are executed internally by
> the system
> (for eg, to check the permissions of the user etc)?

There are no such "internal SQL commands".  Permissions checking is
hard-coded in C in the backend.

            regards, tom lane

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

Предыдущее
От: Nabil Sayegh
Дата:
Сообщение: Re: Differentiate between system commands and user
Следующее
От: HK
Дата:
Сообщение: Dont allow updation for few columns in a record.