eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)
BSD 3-Clause "New" or "Revised" License
389 stars 42 forks source link

Remove semi-colon after name on CREATE POLICY #106

Closed jwtrhs closed 1 year ago

jwtrhs commented 1 year ago

The semi-colon gives invalid SQL, e.g.

CREATE POLICY user_all_view; ON public.persons FOR SELECT USING (true);