Olá!
Ao inserir o comando referente ao insert [INSERT INTO aluno_cursov1 VALUES (1,4), (1,11), (2,1), (2,2), (3,4), (3,3),(4,4),(4,6),(4,5); ] , tive a seguinte mensagem de erro:
ERROR: insert or update on table "curso" violates foreign key constraint "curso_categoria_id_fkey" DETAIL: Key (categoria_id)=(1) is not present in table "categoria". SQL state: 23503
Vi que existe uma resposta para a mesma questão postada aqui, mas não resolveu para o meu caso.
Poderiam me ajudar