Hi, Is a long field ok for a primary key, or should i use a unique integer?: create table parts ( manufacturers_code char(40) primary key, description char(40), man_id int references manufacturers (man_id) );
pgsql-novice by date:
Соглашаюсь с условиями обработки персональных данных