[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)



Hi Chris,

My 1.3.3 upgrade (from 1.3.0) ends with the following error:


psql:Files.sql:180: ERROR:  cannot drop view file_order_links because
other objects depend on it
DETAIL:  view file_links depends on view file_order_links
function file__list_links(integer,integer) depends on type file_links
HINT:  Use DROP ... CASCADE to drop the dependent objects too.
psql:Files.sql:181: ERROR:  cannot drop view file_tx_links because
other objects depend on it
DETAIL:  view file_links depends on view file_tx_links
function file__list_links(integer,integer) depends on type file_links
HINT:  Use DROP ... CASCADE to drop the dependent objects too.
psql:Files.sql:182: ERROR:  cannot drop view file_links because other
objects depend on it
DETAIL:  function file__list_links(integer,integer) depends on type file_links
HINT:  Use DROP ... CASCADE to drop the dependent objects too.
DELETE 2
CREATE VIEW
INSERT 0 1
CREATE VIEW
INSERT 0 1
CREATE FUNCTION
 file_links_vrebuild
---------------------
 t
(1 row)


I used the reload_modules approach to this upgrade. I'm not sure other
users see this as well, but should we use DROP CASCADE in the
Files.sql file, or do I have incorrectly upgraded some intermediate
state of file attachment functionality?


Bye,


Erik.