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

From: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>
To: Gevik babakhani <gevik(at)xs4all(dot)nl>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: simple utility commands (src/backend/commands)
Date: 2006-01-13 22:17:04
Message-ID: 36e682920601131417h11e3548cla296141061fe2118@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)xs4all(dot)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.
>
>
>
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2006-01-14 01:19:05 Re: Improving N-Distinct estimation by ANALYZE
Previous Message Gevik babakhani 2006-01-13 21:39:24 simple utility commands (src/backend/commands)