Re: ALTER TABLE for field modify... - Mailing list pgsql-admin

From MG
Subject Re: ALTER TABLE for field modify...
Date
Msg-id freemail.20020415084143.89142@fm4.freemail.hu
Whole thread Raw
In response to Re: ALTER TABLE for field modify...  (David Stanaway <david@stanaway.net>)
List pgsql-admin
David Stanaway <david@stanaway.net> wrote:
> In this case the row is ID (Case sensitive) so whenever
> you refer to it you must refer to it as "ID"
> ...
>
> > proba=# alter table tabla1 drop constraint ID not null;
>
> Here you refer to it as ID which is case folded to id and
> does not refer to the column named ID.
>

I tried it with "ID", but it doesn't work neither. :(
Why? What should I do?

THanx!
Bye!




pgsql-admin by date:

Previous
From: David Stanaway
Date:
Subject: Re: ALTER TABLE for field modify...
Next
From: David Stanaway
Date:
Subject: Re: ALTER TABLE for field modify... [Fwd: Re: [SQL] CHECK