Re: question

From: "Robert B(dot) Easter" <reaster(at)comptechnews(dot)com>
To: "Cameron Laird" <lairdc(at)home(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: question
Date: 2001-01-23 09:09:49
Message-ID: 0101230409490D.08820@comptechnews
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Friday 19 January 2001 20:28, Cameron Laird wrote:

> > I am a Comp. Sci. student at Ryerson Polytechnic University in toronto. I
> am in the midst of a software engineering project that involves the
> development of a (possibly) relational database on a RedHat 6.2 development
> environment, we are coding in C. now my question is, how closely related
> are Postgre and MySQL, and are the necessary PostgreSQL libraries included
> in RedHat 6.2?

AFAIK, PostgreSQL and MySQL are from totally different codebases (never
shared any code). PostgreSQL is BSD license and MySQL is now GNU GPL. They
both implement SQL to varying levels of conformance. PostgreSQL has some
object-oriented features, like table inheritance. Try them both and see what
you like, but I think you'll find PostgreSQL more interesting. For instance,
Postgres can load C functions from shared objects and use them as functions
in SQL, user defined aggregates, procedural language call handlers, and to
create user defined data types (and possibly other things). The 7.1 beta has
implemented some great new features, like write-ahead logging (WAL) and
complete support for SQL table joins, among other things. A C project can do
a lot with Postgres.

RPM packages of PostgreSQL are available at:

http://www.postgresql.org/sites.html

You'll have to check redhat.com or do an rpm query to see if it should be or
is installed on RedHat 6.2.

>
> thanks,
>
> Cameron Laird

----------------------------------------
Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description:
----------------------------------------

--
-------- Robert B. Easter reaster(at)comptechnews(dot)com ---------
-- CompTechNews Message Board http://www.comptechnews.com/ --
-- CompTechServ Tech Services http://www.comptechserv.com/ --
---------- http://www.comptechnews.com/~reaster/ ------------

In response to

  • question at 2001-01-20 01:28:53 from Cameron Laird

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2001-01-23 09:15:14 AW: int4 or int32
Previous Message Tatsuo Ishii 2001-01-23 09:08:58 Re: PostgreSQL v6.5.3