Re: Scheme conversion MySQL to PGSQL - Mailing list pgsql-general

From Andreas Kretschmer
Subject Re: Scheme conversion MySQL to PGSQL
Date
Msg-id D757B6EC-FA8E-477F-BE91-D3135C088CBF@a-kretschmer.de
Whole thread Raw
In response to Scheme conversion MySQL to PGSQL  ("Michelle Konzack" <linux4michelle@tamay-dogan.net>)
Responses Re: Scheme conversion MySQL to PGSQL
List pgsql-general
On 24 December 2017 18:52:39 CET, Michelle Konzack <linux4michelle@tamay-dogan.net> wrote:
>Hello *
>
>I try to convert a Database scheme from mySQL to pgSQL and have
>problems  with the line:
>
>      KEY post_date     (post_date)
>
>and later probably with the lines
>
>      UNIQUE KEY user   (stat_login)
>and
>      KEY forum_id      (forum_id)
>
>too.  How to solv this prolem?
>
>Thanks
>Michelle
>
>----8<----------------------------------------------------------------

That's just indexe. Create them later with create index ...

Regards, Andreas


--
2ndQuadrant - The PostgreSQL Support Company


pgsql-general by date:

Previous
From: James Keener
Date:
Subject: Re: Scheme conversion MySQL to PGSQL
Next
From: Melvin Davidson
Date:
Subject: Re: Scheme conversion MySQL to PGSQL