Re: mysql with postgres

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: mysql with postgres
Date: 2014-12-23 09:54:51
Message-ID: 54993BEB.6080907@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/23/2014 1:37 AM, Ravi Kiran wrote:
>
>
> Is postgres source code compatible with mysql database?? If it is,
> could someone could give me some links so that I can do that.
>
> I want to hack into the postgres source code, but as I am comfortable
> with mysql, I want to use the mysql database not postgres.

postgresql and mysql are both SQL dialects, arguably postgresql follows
the SQL standards closer, but both have extensive unique customizations
and extensions. Both systems implement a transactional database
server, but the implementations are completely different, as are the
disk storage structures.

what do you want to achieve by 'hacking into the postgresql source code'
? and if you're 'hacking postgresql' what do you mean by 'want to use
the mysql database' ?

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John McKown 2014-12-23 10:53:36 Re: mysql with postgres
Previous Message stefano bonnin 2014-12-23 09:47:23 Re: BDR conpilation error un Ubuntu 12.4 LTS