Re: Noobie Questions... - Mailing list pgsql-general

From Dan Ostrowski
Subject Re: Noobie Questions...
Date
Msg-id 20020828124802.5d5e7996.dan@triad-dev.com
Whole thread Raw
In response to Noobie Questions...  (Dan Ostrowski <dan@triad-dev.com>)
List pgsql-general
> http://techdocs.postgresql.org, there might be one or two on migrating from
> MySQL.

Thanks! OMW there right now.

> The hardest part, if you have PHP code, will be changing all the database calls,
> just because PHP is database-specific.

Actually, I have created database Abstraction layers.  So when I make an object called DATABASE, and then call
$DATABASE->query();it doesn't matter if the database object is a PG database, MySQL database, or Oracle database. =) 

Thanks again,
dan

pgsql-general by date:

Previous
From: "Ben-Nes Michael"
Date:
Subject: join problem or maybe group :(
Next
From: Andrew Sullivan
Date:
Subject: Re: Noobie Questions...