Converting mySQL KEY to PgSQL?
I am converting some mySQL code to pgSQL and I am facing this problem
mysql code: "KEY ug_main_grp_id (ug_main_grp_id)"
Which would be the equivalent in PgSQL. At first I thought I could just use CREATE INDEX in pgSQL, but that really doesn't fit because KEY is not an index: P
+1
Stan
a source
to share
5 answers