Hello! I need help with making keys to the tables. When I write a standard sql command to make primary key or foreign key it's gives some notise. When I check a table structure with \di tablename it shows that the keys I made type is index, Why? Could someone helpme?
Postgresql implements keys through indexes. It sounds like it is working from what you said, but if something is failing, copy the error message into here and let us know.