Re: Newbie basic and silly question

From: <operationsengineer1(at)yahoo(dot)com>
To: Michael Glaesemann <grzm(at)myrealbox(dot)com>, sconeek(at)gmail(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Newbie basic and silly question
Date: 2006-03-01 04:48:48
Message-ID: 20060301044848.56908.qmail@web33305.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> On Feb 22, 2006, at 14:04 , sconeek(at)gmail(dot)com wrote:
>
> > now my understanding is that sql is a db language
> which is used by
> > both
> > mysql and postgres.
>
> I think this wikipedia entry will clear up a lot of
> your questions.
>
> http://en.wikipedia.org/wiki/SQL
>
> > also mysql is a subset of postgres. a lot of
> > features in postgres come from mysql.
>
> No. PostgreSQL and MySQL are different database
> management servers
> (DBMS) (with completely different origins) that both
> support the SQL
> language. Other DBMSs include Firebird, MSSQL
> Server, DB2, and Oracle.
>
> I'm sure there are other Wikipedia entries that may
> help you as well.

just to add a bit on what Michael said, the different
dbs may also have some custom sql syntaxes. iow,
while most of the dbs support most of the standard sql
syntax, this isn't always the case.

this usually isn't an issue unless 1. your db of
choice (postgress is great, btw) has an easy way to do
something that might not be in the sql standard and 2.
when you change dbs, since all the sql may not be portable.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Fuhr 2006-03-01 05:05:40 Re: php cant see new table!!
Previous Message Michael Fuhr 2006-03-01 04:24:40 Re: Select with Regular Expressions