Re: Postgre 8.0 vs 7.3

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Charl Gerber <charlgerber(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgre 8.0 vs 7.3
Date: 2005-02-24 19:41:30
Message-ID: 1109274090.30529.187.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2005-02-24 at 07:56, Charl Gerber wrote:
> Hi,
>
> We have a production environment running postgre 7.3.4
> under linux. We are thinking about setting up a
> windows only development environment, which would mean
> we have to run postgre 8.0 on a windows machine.
>
> Question is, will the code developed under 8.0 run
> without problems under 7.3.4? We're only concerned
> about the actual SQL syntax, SP and trigger
> definitions, FK constraints, etc. Ie, are the syntaxes
> for the two versions the same or what do we need to
> take into consideration here?

Can yo do the development in 7.3 and then port to 8.0? That's more
likely to work, as there are plenty of features in 8.0 that don't exist
in 7.3 but not much that's the other way around.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alexis Vasquez 2005-02-24 20:05:12 Unsuscribe
Previous Message Jeff Davis 2005-02-24 18:50:16 Re: Postgre 8.0 vs 7.3