Re: nomenclature

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Michael Glaesemann <grzm(at)myrealbox(dot)com>
Cc: Jeff Davis <jdavis-pgsql(at)empires(dot)org>, Lee Kindness <lkindness(at)csl(dot)co(dot)uk>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: nomenclature
Date: 2004-01-16 15:22:04
Message-ID: 20040116111919.Q13900@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 16 Jan 2004, Michael Glaesemann wrote:

>
> On Jan 16, 2004, at 9:39 PM, Jeff Davis wrote:
> > I can't point to any OSS project that completely renames its parts. I
> > think a shortened version of the name makes sense (in this case
> > "postgres" works well, but so does "pgsql"), and other projects do
> > similar things. "Psql" for the client and "postmaster" for the daemon
> > are the ones that really confuse people, I think.
>
> I'd agree with you there. I think they may be confusing for two
> different reasons: postmaster because there's no obvious connection
> (besides POSTmaster and POSTgreSQL)

This one I have to agree with also ... 'postmaster' always makes me think
of the mail system ... *but* ... for those that are dealing with the
database server, and who many never have seen a mail system in their life,
the same may not be true ...

The funny thing is that the "postmaster" doesn't really do anything, its
the postgres process that does all the work ... if you think about it, the
"postmaster" is actually aptly named, since it is the process that sorts
out the incoming connections and assigns them to backend processes ...
just like the postmaster does with your mail ...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-01-16 15:44:12 Re: Question regarding pfree and thread safety.
Previous Message Marc G. Fournier 2004-01-16 15:18:52 Re: nomenclature