HEJ,
Najnowsza wersja generuje trochę błędów w temacie bazy danych:
Napotkano błędy w bazie danych!
Zapytanie: DROP VIEW vnodes; CREATE VIEW vnodes AS SELECT n.*, m.mac
FROM nodes n LEFT JOIN (SELECT nodeid, array_to_string(array_agg(mac),
',') AS mac FROM macs GROUP BY nodeid) m ON (n.id = m.nodeid); DROP VIEW
vmacs; CREATE VIEW vmacs AS SELECT n.*, m.mac, m.id AS macid FROM nodes
n JOIN macs m ON (n.id = m.nodeid);
Błąd: ERROR: view "vmacs" does not exist
Zapytanie: ALTER TABLE netdevices ADD longitude numeric(10, 6) DEFAULT
NULL
Błąd: ERROR: current transaction is aborted, commands ignored until end
of transaction block
Zapytanie: ALTER TABLE netdevices ADD latitude numeric(10, 6) DEFAULT
NULL
Błąd: ERROR: current transaction is aborted, commands ignored until end
of transaction block
Zapytanie: UPDATE dbinfo SET keyvalue = '2011110800' WHERE keytype =
'dbversion'
Błąd: ERROR: current transaction is aborted, commands ignored until end
of transaction block
--
pozdrawiam
Piotr Polok