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 <[EMAIL PROTECTED]> ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster