Search Postgresql Archives

Re: Scheme conversion MySQL to PGSQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 24 December 2017 18:52:39 CET, Michelle Konzack <linux4michelle@xxxxxxxxxxxxxxx> 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





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux