From: | sad <sad(at)bankir(dot)ru> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | DROP TRIGGER |
Date: | 2004-01-14 14:45:27 |
Message-ID: | 200401141445.27692.sad@bankir.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
hi all again
i have little complex database was used in tests of a program
in ordinal way (no manual expirements with pg_catalog have done)
now the database seems damaged in strange manner:
Postgres cannot drop nor create some triggers
(he was thinking about an hour on the query then i have cancelled)
The undroppable and uncreateable triggers are all on the one table of the DB
ANY OTHER triggers looks fine (drop and create)
VACUUM FULL VERBOSE ANALYZE;
drove the Postgres to nirvana too with output:
bla-bla-bla some table pf pg_catalog
....
INFO: --Relation pg_catalog.pg_type--
INFO: Pages 7: Changed 0, reaped 1, Empty 0, New 0; Tup 375: Vac 0, Keep/VTL
0/0, UnUsed 10, MinLen 144, MaxLen 144; Re-using: Free/Avail. Space
1664/1472; EndEmpty/Avail. Pages 0/1.
CPU 0.00s/0.00u sec elapsed 0.00 sec.
INFO: Index pg_type_oid_index: Pages 2; Tuples 375: Deleted 0.
CPU 0.00s/0.00u sec elapsed 0.00 sec.
INFO: Index pg_type_typname_nsp_index: Pages 8; Tuples 375: Deleted 0.
CPU 0.00s/0.00u sec elapsed 0.00 sec.
INFO: Rel pg_type: Pages: 7 --> 7; Tuple(s) moved: 0.
CPU 0.00s/0.00u sec elapsed 0.00 sec.
INFO: Analyzing pg_catalog.pg_type
that's all.
I will not drop this DB and waiting for your reply.
Dear developers if you suspect a bug, i would gladly provide any info on your
request even dump.
From | Date | Subject | |
---|---|---|---|
Next Message | Luis C. Ferreira (aka lcf) | 2004-01-14 21:03:49 | Re: Transpose rows to columns |
Previous Message | Michael Glaesemann | 2004-01-14 08:24:13 | Re: Insert into:Bad date external representation |