Re: pg_dump in 7.4

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_dump in 7.4
Date: 2002-11-16 21:08:58
Message-ID: 1037480937.19258.3.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 2002-11-16 at 15:49, Alvaro Herrera wrote:
> On Fri, Nov 15, 2002 at 11:43:47AM -0500, Rod Taylor wrote:
>
> > Below is a summary of what pg_depend tracks that might be useful.
> > Skipped a number of dependencies that are internal only (ie. toast table
> > dependencies) as they will be regenerated correctly if their 'owners'
> > are generated correctly.
> >
> >
> > Tables depend on:
> > - Namespace
> > - Parent tables (if inheritance)
>
> And columns?

I only see table dependencies.

tablecmds.c line 943

> > Indexes depend on:
> > - Constraint (where unique / primary key constraint)
> > - Index procedure
> > - Index operator
> > - Attributes of indexed relation
>
> On function if functional maybe? (Is this "procedure"?)

Yes, forgot that marker beside 'Index Procedure'.

--
Rod Taylor <rbt(at)rbt(dot)ca>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Frank Miles 2002-11-16 21:29:25 Re: DECLARE CURSOR
Previous Message Bruce Momjian 2002-11-16 20:36:38 Re: Where can I find a list of the new features appearing