Re: Is there an equivalent of the W3c HTML checker for SQL?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Goodenough <david(dot)goodenough(at)btconnect(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is there an equivalent of the W3c HTML checker for SQL?
Date: 2007-01-22 16:16:43
Message-ID: 18896.1169482603@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Goodenough <david(dot)goodenough(at)btconnect(dot)com> writes:
> This may seem like a question unrelated to Postgresql, but I have recently
> noticed a project that is having a discussion about how their code should
> be developed. They are (unfortunately) developing first with MySQL, because
> that is what they are familiar with (I assume), but that inevitably leads
> to have to backfit changes when they later come to support other DBs (like
> Postgresql).

The best advice would be to test against both DBs continuously during
development. Of course this requires that the developers buy into the
idea that cross-database portability is worth some work ... it sounds
like they have not yet figured out that MySQL is not the universe :-(

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Peterson 2007-01-22 16:21:22 Re: CAST function for user defined type
Previous Message Ron Johnson 2007-01-22 16:15:31 Re: security question