Re: Scheme conversion MySQL to PGSQL

From: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
To: pgsql-general(at)lists(dot)postgresql(dot)org,Michelle Konzack <linux4michelle(at)tamay-dogan(dot)net>
Subject: Re: Scheme conversion MySQL to PGSQL
Date: 2017-12-24 18:18:04
Message-ID: D757B6EC-FA8E-477F-BE91-D3135C088CBF@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 24 December 2017 18:52:39 CET, Michelle Konzack <linux4michelle(at)tamay-dogan(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2017-12-24 18:20:55 Re: Scheme conversion MySQL to PGSQL
Previous Message James Keener 2017-12-24 18:04:13 Re: Scheme conversion MySQL to PGSQL