PostgreSQL composite primary key

前端 未结 3 1840
天命终不由人
天命终不由人 2020-12-02 20:05

In MySQL, when I create a composite primary key, say with columns X, Y, Z, then all three columns become indexes automatically. Does the same happen for Postgre

3条回答
提交回复
热议问题