Re: RFD: PostgreSQL Schema Support

From: "Rod Taylor" <rbt(at)zort(dot)ca>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: RFD: PostgreSQL Schema Support
Date: 2002-04-05 19:26:17
Message-ID: 165c01c1dcd7$c279dc10$8001a8c0@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I've been working away at pg_depend support so I can add RESTRICT and
CASCADE bits to all the objects and actually have it work.

You know.. Drop serials with drop of the table. Restrict table
dropping if it's referenced via foreign key, won't let you drop the
int4 type because it's used in a ton of places...

Mind you, CASCADE on drop of type OID could be interesting...
--
Rod Taylor

----- Original Message -----
From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "'Rod Taylor'" <rbt(at)zort(dot)ca>; <pgadmin-hackers(at)postgresql(dot)org>
Sent: Friday, April 05, 2002 2:18 PM
Subject: RE: [pgadmin-hackers] RFD: PostgreSQL Schema Support

>
>
> > -----Original Message-----
> > From: Rod Taylor [mailto:rbt(at)zort(dot)ca]
> > Sent: 05 April 2002 19:06
> > To: Dave Page; pgadmin-hackers(at)postgresql(dot)org
> > Subject: Re: [pgadmin-hackers] RFD: PostgreSQL Schema Support
> >
> >
> > That would be me.
> >
> > Lots more work to be done on domains yet though (foreign
> > keys, check constraints, etc.), but those will have to come
> > in some other weekend.
> >
> > I think you'll really enjoy my next patch (should be
> > submitted soon). If it goes through it'll make your life
> > quite a bit easier -- then again, maybe not.
>
> That sound ominous, what is it?
>
> Dave.
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2002-04-05 19:35:32 Re: RFD: PostgreSQL Schema Support
Previous Message Dave Page 2002-04-05 19:18:21 Re: RFD: PostgreSQL Schema Support