Differences between Postgres and MySql

From: John Gage <jsmgage(at)numericable(dot)fr>
To: PGSQL Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Differences between Postgres and MySql
Date: 2010-07-18 20:13:28
Message-ID: EB32DDE9-521B-4391-A95A-185DA3F3901E@numericable.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> John Gage, 25.06.2010 11:50:
>> I am astonished to discover that MySQL does not support
>> regular expressions much less something like tsvector.
>
> Getting really off-topic now: but MySQL does support Regex
>
> http://dev.mysql.com/doc/refman/5.1/en/regexp.html

I have done an extensive comparison between MySQL's support for regexp
and Postresql's and, frankly, there is no comparison. The support in
Postgresql is far greater than in MySQL. This is not a flame. It is
intended to help anyone choosing between the two programs.

The best example I can present is the regexp_split_to_table function
in Postgres. I use it all the time. It is enormously convenient.
Anyone analyzing text is ecstatic to have such a powerful function
readily available.

This is a qualitative difference.

John

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-07-18 20:16:09 Re: Full Text Search ideas
Previous Message Edoardo Panfili 2010-07-18 20:11:22 Re: How to import *.sql file to postgresql database