main entry point for queries?

From: Sibtay Abbas <sibtay_abbas(at)yahoo(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: main entry point for queries?
Date: 2004-12-06 11:06:07
Message-ID: 20041206110607.38063.qmail@web50002.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hello

i am trying to understand the source code of
postgresql.
Whenever a user enters a query, whether from the
Socket end or the interactive back end, which function
is always invoked that would start manipulation of
that query...

i ve noticed that the primitive parsing is done by the
raw_parser() function which is called by
pg_parse_query() is pg_parse_query() the main entry
point for all queries?

thank you



__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail

Browse pgsql-hackers by date

  From Date Subject
Next Message Kris Jurka 2004-12-06 11:07:55 Re: [HACKERS] postgresql-7.4.5
Previous Message Neil Conway 2004-12-06 08:41:06 Re: Oid?