Revision 13518
Added by Aaron Marcuse-Kubitza over 10 years ago
schema.sql | ||
---|---|---|
47 | 47 |
LANGUAGE sql |
48 | 48 |
AS $_$ |
49 | 49 |
SELECT util.recreate($$ |
50 |
-- trigger the dependent_objects_still_exist exception |
|
51 |
DROP VIEW "TNRS"."MatchedTaxon"; -- *not* CASCADE; it must trigger an exception |
|
52 |
|
|
53 | 50 |
CREATE VIEW "TNRS"."MatchedTaxon" AS |
54 | 51 |
$$||$1||$$ |
55 | 52 |
; |
Also available in: Unified diff
inputs/.TNRS/schema.sql: MatchedTaxon_modify(): removed no longer needed DROP VIEW statement