Re: Which SQL is the best for servers?

From: "Matthias Hoys" <anti(at)spam(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Which SQL is the best for servers?
Date: 2009-02-16 21:56:23
Message-ID: 4999e08a$0$2850$ba620e4c@news.skynet.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>
> Should you choose an open-source, make sure your code AND your DDL uses as
> much ANSI standards as possible so when you do need to move to something
> else, it won't be as painful. (auto-incrementing columns vs. sequences
> etc...).

I really wouldn't go for database independence ... Choose a RDBMS and use
all of its features !

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Klemme 2009-02-16 22:00:25 Re: Which SQL is the best for servers?
Previous Message Michael Austin 2009-02-16 21:09:54 Re: Which SQL is the best for servers?