simple utility commands (src/backend/commands)
Started by Gevik babakhanialmost 20 years ago2 messages
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)
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
Show quoted text
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.