Thread: Introducing Myself

Introducing Myself

From
Vaibhav Kaushal
Date:
Hello all,<br /><br />May be this is notneeded, but I thought I could just introduce myself to the list and why am I
here.<br/><br />My name is Vaibhav Kaushal, a good leaner and a really bad student. I bunk classes, don't attend exams
andlove 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
preferredOS. <br /><br />I was trying to develop a small web application and selected MySQL because "you know its the
mostpopular 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
theapplication! It is just too much feature packed and powerful and fast enough considering what it does.<br /><br />I
amhere to learn how it works (it has become my favorite DB almost instantly), and how to make it work even better. I do
notunderstand everything what the documents say but I want to know. So if anyone can,<b> please show me the way, at
leastto the terms which you people use when developing</b>.<br /><br />I want to change a few things in the inner core
ofit. May be my additions would be beneficial to the community. But for that I need to start. Also, I think its time I
moveon to the development section of the 9 series of the DB. Am I right? I am new here and need some guidance. I would
firstlike to know what it does (<b>what happens from the moment I hit enter on PSQL after a command to the results
beingdisplayed</b>) and where are the functions located in the source tree. <br /><br />Thanks a lot.<br />Vaibhav
(*_*)<br/> 

Re: Introducing Myself

From
"Kevin Grittner"
Date:
Vaibhav Kaushal <vaibhavkaushal123@gmail.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


Re: Introducing Myself

From
Vaibhav Kaushal
Date:
Thank you. They did actually help me much. :)<br /><br /><div class="gmail_quote">On Thu, Sep 16, 2010 at 7:14 PM,
KevinGrittner <span dir="ltr"><<a
href="mailto:Kevin.Grittner@wicourts.gov">Kevin.Grittner@wicourts.gov</a>></span>wrote:<br /><blockquote
class="gmail_quote"style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left:
1ex;"><divclass="im">Vaibhav Kaushal <<a
href="mailto:vaibhavkaushal123@gmail.com">vaibhavkaushal123@gmail.com</a>>wrote:<br /><br /> > please show me the
way,at least to the terms which you people<br /> > use when developing.<br /><br /></div>You should probably start
withthis page, and follow its links:<br /><br /><a href="http://www.postgresql.org/developer/"
target="_blank">http://www.postgresql.org/developer/</a><br/><div class="im"><br /> > I think its time I move on to
thedevelopment section of the 9<br /> > series of the DB. Am I right?<br /><br /></div>There's really no such things
asa "9 series".  You need to<br /> understand the version numbering better:<br /><br /><a
href="http://www.postgresql.org/support/versioning"target="_blank">http://www.postgresql.org/support/versioning</a><br
/><divclass="im"><br /> > what happens from the moment I hit enter on PSQL after a command<br /> > to the results
beingdisplayed<br /><br /></div><a href="http://developer.postgresql.org/pgdocs/postgres/index.html"
target="_blank">http://developer.postgresql.org/pgdocs/postgres/index.html</a><br/><a
href="http://www.postgresql.org/developer/ext.backend.html"
target="_blank">http://www.postgresql.org/developer/ext.backend.html</a><br/><div class="im"><br /> > where are the
functionslocated in the source tree.<br /><br /></div><a
href="http://www.postgresql.org/developer/ext.backend_dirs.html"
target="_blank">http://www.postgresql.org/developer/ext.backend_dirs.html</a><br/><br /> Those links should get you
started....<br/><font color="#888888"><br /> -Kevin<br /></font></blockquote></div><br />