postgresMain() function

From: mohsen soodkhah mohammadi <mohsensoodkhah(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: postgresMain() function
Date: 2013-07-07 10:16:01
Message-ID: CAGT6x6emQ7exSgWXnUs+Onn+aiKtwGihfG3xxNVaaGFnYJqN3g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hello .
In Postgres.c we have a switch for firstchar . one of case of them is :
case 'Q' that is for simple queries.
I want to know the other cases were for what operations .
and:
is the case with 'Q' parameter for DDL and DML commands?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message mohsen soodkhah mohammadi 2013-07-07 10:18:49 WAL and XLOG
Previous Message Martijn van Oosterhout 2013-07-07 09:05:05 Re: How to implement Gin method?