Обсуждение: simple utility commands (src/backend/commands)

Поиск
Список
Период
Сортировка

simple utility commands (src/backend/commands)

От
"Gevik babakhani"
Дата:

Folks,

 

I would like to understand how the ‘simple’ backend commands work.

After reading the “How PostgreSQL Processes a Query”, I was wondering

Which command would be the easiest to begin with? (For a newbie of course.)

 

Regards,

Gevik.

 

 

Re: simple utility commands (src/backend/commands)

От
"Jonah H. Harris"
Дата:
You should look at something like the LOCK table command.  The following areas will help:

src/backend/tcop/utility.c
src/backend/commands/lockcmds.c
src/backend/nodes/*funcs.c
src/backend/parser

-Jonah


On 1/13/06, Gevik babakhani <gevik@xs4all.nl> wrote:

Folks,

 

I would like to understand how the 'simple' backend commands work.

After reading the "How PostgreSQL Processes a Query", I was wondering

Which command would be the easiest to begin with? (For a newbie of course.)

 

Regards,

Gevik.