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