Re: Which SQL is the best for servers? - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: Which SQL is the best for servers?
Date
Msg-id 6vu8pgFm096eU1@mid.individual.net
Whole thread Raw
In response to Re: Which SQL is the best for servers?  ("Matthias Hoys" <anti@spam.com>)
List pgsql-general

Matthias Hoys wrote on 16.02.2009 22:56:
>> 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 !

Full ACK.

The only reason to go for DBMS independence is when you are creating a standard
product which should run on multiple platforms.

pgsql-general by date:

Previous
From: Serge Rielau
Date:
Subject: Re: Which SQL is the best for servers?
Next
From: Jerry Stuckle
Date:
Subject: Re: Which SQL is the best for servers?