From MySQL to PostgreSQL

From: Zouari Fourat <fourat(at)gmail(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: From MySQL to PostgreSQL
Date: 2005-02-22 11:07:39
Message-ID: 621eda8a05022203075252d65@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Am just migrating from mysql db to pgsql db, an want to ask about some
clarifications on the php pgsql api :

*> is pg_fetch_all faster than iterating with pg_fetch_assoc ?
*> how to avoid sql injections, should i use the same methods with
mysql ? (addslashes)

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Mariusz Pękala 2005-02-22 11:48:16 Re: From MySQL to PostgreSQL
Previous Message Robert Treat 2005-02-21 16:56:42 Re: Example Scripts