Using the postgresql-anonymizer
Postgres extension I've set security labels for masking on a number of columns.
e.g.
SECURITY LABEL FOR anon ON COLUMN "Customer"."firstName" IS 'MASKED WITH FUNCTION anon.fake_first_name()
I want a way to query if it's been added, and see what the label is. How do I do this?