lib/share/postspec_schema.sql in postspec-0.4.0 vs lib/share/postspec_schema.sql in postspec-0.4.1

- old
+ new

@@ -48,10 +48,10 @@ end $$ language plpgsql; create or replace function readonly_failure() returns trigger as $$ begin - raise 'Postspec: Can''t modify seed data in %', TG_TABLE_NAME::regclass::text; + raise 'Postspec: Can''t modify seed data in %.%', TG_TABLE_SCHEMA, TG_TABLE_NAME; return null; end; $$ language plpgsql immutable leakproof; -- :call-seq: