Re: 7.5 features

From: snpe <snpe(at)snpe(dot)co(dot)yu>
To: Pgsql-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: 7.5 features
Date: 2003-12-15 17:48:56
Message-ID: 200312151748.56014.snpe@snpe.co.yu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday 15 December 2003 08:30 am, Tino Wildenhain wrote:
> Hi Harsi,
>
> snpe schrieb:
> > On Sunday 14 December 2003 03:51 pm, Tino Wildenhain wrote:
> >>Hi snpwhatever,
> >>
> >>snpe wrote:
> >>>Hello,
> >>> Can PostgreSQL resolve object dependencies automatic
> >>>If we delete any object then Postgresql automatic resolve status (valid
> >>>or invalid objects)
> >>
> >>You mean plain old foreign keys?
> >
> > Hi Tino,
> > not only foreign key, for all objects - when I create view tabv for table
> > tab I can't delete table tab - I want that PostgreSQL delete tab and set
> > tabv to invalid When I create tab again, then view tabv become valid
> > (maybe).
> > It is important for more objects (functions, procedures, views etc) and
> > change offten. I don't want delete all dependencies objects
>
> I dont think its wise to change database structure that often.
> And I got the impression its a job for case-tools and support
> scripts rather then the database itself.
> Database schould focus on data integrity (which it does)
> and not pay too much attention to schema issues beside whats
> needed for data integrity.
>
Hello,
If I have btw view with 10 dependent functions and 10 dependent table
I want change one column in view - I must delete all 20 objects for this.

regards
Haris Peco

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Troels Arvin 2003-12-15 18:51:45 Re: LIMIT modifier
Previous Message scott.marlowe 2003-12-15 17:48:43 Re: PostgreSQL on Windows Server 2003