simple utility commands (src/backend/commands)

Started by Gevik babakhanialmost 20 years ago2 messages
#1Gevik babakhani
gevik@xs4all.nl

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.

#2Jonah H. Harris
jonah.harris@gmail.com
In reply to: Gevik babakhani (#1)
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.