Hi Team,
I would like to know if the below error is something that is fixed or something else.
test=# insert into checking values(1,'tom',1);
ERROR: insert or update on table "checking" violates foreign key constraint "checking_artist_fkey"
DETAIL: Key (artist)=(1) is not present in table "parent".
test=#
ERROR: insert or update on table "checking" violates foreign key constraint "checking_artist_fkey"
DETAIL: Key (artist)=(1) is not present in table "parent".
test=#