Re: [8.0.3] Not dumping all sequences ...

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [8.0.3] Not dumping all sequences ...
Date: 2005-08-03 00:51:48
Message-ID: 20050802215052.K965@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2 Aug 2005, Tom Lane wrote:

> "Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
>> On Tue, 2 Aug 2005, Tom Lane wrote:
>>> Hmm, odd. But maybe there are traces of a SERIAL linkage? What do
>>> you get from
>>>
>>> select * from pg_depend where objid = 'xa_url_id_seq'::regclass;
>
>> # select * from pg_depend where objid = 'xa_url_id_seq'::regclass;
>> classid | objid | objsubid | refclassid | refobjid | refobjsubid | deptype
>> ---------+--------+----------+------------+----------+-------------+---------
>> 1259 | 335539 | 0 | 16672 | 2200 | 0 | n
>> 1259 | 335539 | 0 | 1259 | 335541 | 1 | i
>> (2 rows)
>
> Well, that second line is *definitely* a SERIAL column linkage.
>
>> 'k, checking the docs ... deptype == i is an INTERNAL, and refobjid is
>> what is referencing it (in this case, xa_url, as I'd expect) ... but,
>> looking at \d for xa_url, I'm not seeing anything there to cause it ... no
>> serial values ... the only 'default nextval()' I can find in the schema
>> is something totally unrelated ...
>
> Is it possible they did "create table xa_url(id bigserial, ...)" and
> then later changed the default expression for the column?

'k, am checking into this ... is it a simple matter of removing that
second record above from pg_depend to "fix" the pg_dump issue, or
something more involved then that?

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-08-03 02:19:54 Re: [8.0.3] Not dumping all sequences ...
Previous Message Jeff Davis 2005-08-02 23:18:27 Re: #escape_string_warning = off