helloworld@lemmy.ml to Privacy@lemmy.mlEnglish · 23 hours agoCan other lemmy users see my email address I registered with?message-squaremessage-square14fedilinkarrow-up134arrow-down10file-text
arrow-up134arrow-down1message-squareCan other lemmy users see my email address I registered with?helloworld@lemmy.ml to Privacy@lemmy.mlEnglish · 23 hours agomessage-square14fedilinkfile-text
minus-squareBlueÆther@no.lastname.nzlinkfedilinkarrow-up4·edit-218 hours agolemmy=# select p.name, i.domain, p.display_name, p.email from person p join instance i on p.instance_id = i.id where name='helloworld'; ERROR: column p.email does not exist email only exists in the local_user table
lemmy=# select
p.name,
i.domain,
p.display_name,
p.email
from person p join instance i
on p.instance_id = i.id
where name='helloworld';
ERROR: column p.email does not exist
email only exists in the local_user table