strange error

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема strange error
Дата
Msg-id 20010228145445.A15473@depeszws.depesz.pl
обсуждение исходный текст
Ответы Re: strange error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
hi,
i have relation with 3 int's and 1 text :
\d newstexts
                           Table "newstexts"
 Attribute |  Type   |                    Modifier
-----------+---------+-------------------------------------------------
 id        | integer | not null default nextval('newstexts_seq'::text)
 news_id   | integer | not null default ''
 class_id  | integer | not null default ''
 text      | text    | not null default ''

i also have a rather complicated trigger which does some trick *AFTER*
inserting data to this table.
when i try to insert something i got:
ERROR:  newses_seq.nextval: bad magic (00000000)

i know it's my fault. but what should i look for to trace the problem, and kill
the bug?
i would really appreciate quick answers or suggestions (i'm running out of time
...)

depesz

--
hubert depesz lubaczewski                          http://www.depesz.pl/
------------------------------------------------------------------------
     najwspanialszą rzeczą jaką dało nam nowoczesne społeczeństwo,
      jest niesamowita wręcz łatwość unikania kontaktów z nim ...

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Idea for reducing planning time
Следующее
От: "Rainer Mager"
Дата:
Сообщение: RE: [BUGS] Problem with 7.0.3 dump -> 7.1b4 restore