Chris Lambert wrote:
> 
> MySQL is easier to use and faster to develop with for 90% of web
> applications. Sure, PostgreSQL has some huge advantages, but not everyone
> needs the same thing.

easier to use ? I'm not sure why anyone would say that
faster to develop ? nope - I find postgresql quicker to develop with, I
can use triggers to cut out a whole heap of extra php code.
MYsql lacks subselects which forces you to do extra code, it lacks true
foreign keys which means you need to add extra code to check data
integrity.

People use MYSql because it's so widely available, just like people use
Windows.


> 
> /* Chris Lambert, CTO - [EMAIL PROTECTED]
> WhiteCrown Networks - More Than White Hats
> Web Application Security - www.whitecrown.net
> */
> 

> |
> |

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to