Introducing Myself

Lists: pgsql-hackers
From: Vaibhav Kaushal <vaibhavkaushal123(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Introducing Myself
Date: 2010-09-16 08:04:26
Message-ID: AANLkTi=qF8U51SBDvF3Xhh8om8a=w60Jfn9vVfEHvJcC@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hello all,

May be this is notneeded, but I thought I could just introduce myself to the
list and why am I here.

My name is Vaibhav Kaushal, a good leaner and a really bad student. I bunk
classes, don't attend exams and love to develop. I just completed my
engineering course in Information science but with a few subjects still on
the list. I am not much of a developer yet but understand the basics. I use
both Windows and Linux; Linux being my more preferred OS.

I was trying to develop a small web application and selected MySQL because
"you know its the most popular OSS DB on the Internet" and has a more
friendly name (although almost crappy ways of work with awkward SQL syntax,
no foreign key support by default and rules allowing silent ignores on the
commands, specially the 'check' rule). But then I thought I could look for
options; and I got postgresql and i had to change the whole architecture of
the application! It is just too much feature packed and powerful and fast
enough considering what it does.

I am here to learn how it works (it has become my favorite DB almost
instantly), and how to make it work even better. I do not understand
everything what the documents say but I want to know. So if anyone
can,*please show me the way, at least to the terms which you people
use when
developing*.

I want to change a few things in the inner core of it. May be my additions
would be beneficial to the community. But for that I need to start. Also, I
think its time I move on to the development section of the 9 series of the
DB. Am I right? I am new here and need some guidance. I would first like to
know what it does (*what happens from the moment I hit enter on PSQL after a
command to the results being displayed*) and where are the functions located
in the source tree.

Thanks a lot.
Vaibhav (*_*)


From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Vaibhav Kaushal" <vaibhavkaushal123(at)gmail(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Introducing Myself
Date: 2010-09-16 13:44:45
Message-ID: 4C91D8FD0200002500035830@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Vaibhav Kaushal <vaibhavkaushal123(at)gmail(dot)com> wrote:

> please show me the way, at least to the terms which you people
> use when developing.

You should probably start with this page, and follow its links:

http://www.postgresql.org/developer/

> I think its time I move on to the development section of the 9
> series of the DB. Am I right?

There's really no such things as a "9 series". You need to
understand the version numbering better:

http://www.postgresql.org/support/versioning

> what happens from the moment I hit enter on PSQL after a command
> to the results being displayed

http://developer.postgresql.org/pgdocs/postgres/index.html
http://www.postgresql.org/developer/ext.backend.html

> where are the functions located in the source tree.

http://www.postgresql.org/developer/ext.backend_dirs.html

Those links should get you started....

-Kevin


From: Vaibhav Kaushal <vaibhavkaushal123(at)gmail(dot)com>
To: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Introducing Myself
Date: 2010-09-16 18:41:17
Message-ID: AANLkTikiUPZ8BSkiGS+QfNn1ZSFhDeD9KnJSLu37kJQS@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Thank you. They did actually help me much. :)

On Thu, Sep 16, 2010 at 7:14 PM, Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov
> wrote:

> Vaibhav Kaushal <vaibhavkaushal123(at)gmail(dot)com> wrote:
>
> > please show me the way, at least to the terms which you people
> > use when developing.
>
> You should probably start with this page, and follow its links:
>
> http://www.postgresql.org/developer/
>
> > I think its time I move on to the development section of the 9
> > series of the DB. Am I right?
>
> There's really no such things as a "9 series". You need to
> understand the version numbering better:
>
> http://www.postgresql.org/support/versioning
>
> > what happens from the moment I hit enter on PSQL after a command
> > to the results being displayed
>
> http://developer.postgresql.org/pgdocs/postgres/index.html
> http://www.postgresql.org/developer/ext.backend.html
>
> > where are the functions located in the source tree.
>
> http://www.postgresql.org/developer/ext.backend_dirs.html
>
> Those links should get you started....
>
> -Kevin
>