Re: Re: ALTER DROP COLUMN

From: "David Wall" <dwall(at)Yozons(dot)com>
To: "Len Morgan" <len-morgan(at)crcom(dot)net>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: ALTER DROP COLUMN
Date: 2001-02-13 17:08:01
Message-ID: 00e201c095df$85a98960$5a2b7ad8@expertrade.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I would content that any moderately complex database design that starts at
> the keyboard instead of a pad of paper (i.e., DESIGNED) is going to have
> more problems than a "toy" database. Postgres is used in many "real"
> applications but more than likely they were thought out and designed
before
> committing to tables.

So you are able to design your "real" applications completely without any
problems, huh? Never have a missing attribute; never an extra attribute;
never an attribute in the wrong table; never having to
split/normalize/denormalize for performance or other reasons, huh? You are
amazing -- and a liar.

David

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Trewern, Ben 2001-02-13 17:09:35 Drop a user leaves permissions!
Previous Message Brent R. Matzelle 2001-02-13 16:41:33 Re: ALTER DROP COLUMN