PhpRiot
Download Article
Download this article in PDF format with all listings and files.

Price: $5.00 AUD
(Approx. $4.35 USD)

More information
Related Books
Professional Linux Programming

Professional Linux Programming

As Linux increases its presence throughout the world as a target platform for professional...
PhpRiot Newsletter
Your Email Address:

More information

Migrating From MySQL To PostgreSQL In PHP

Summary

This article described how to perform the most commonly used tasks from MySQL in PostgreSQL. This barely even touched on the advantages PostgreSQL gives you over MySQL, such as views, transactions, sub-selects, custom types and functions, sequences, triggers and a bunch more! Of course, MySQL gives you some of these using a third-party table type, but PostgreSQL gives you all of it right out of the box! Without the complicated dual-licensing of MySQL.

Other Options

In This Article