Karl Czajkowski <karlcz@xxxxxxx> writes: > CREATE POLICY delete_stuff ON stuff > FOR DELETE USING ('example attribute value' = ANY ( ((SELECT current_attributes()))::text[] )); Just out of curiosity, why are you doing it like that, and not simply USING ('example attribute value' = ANY (current_attributes())) It seems like you're going out of your way to complicate matters. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general